Package io.moov.sdk.models.operations
Class GetBrandResponse.Builder
- java.lang.Object
-
- io.moov.sdk.models.operations.GetBrandResponse.Builder
-
- Enclosing class:
- GetBrandResponse
public static final class GetBrandResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetBrandResponse.BuilderbrandProperties(BrandProperties brandProperties)The request completed successfully.GetBrandResponse.BuilderbrandProperties(java.util.Optional<? extends BrandProperties> brandProperties)The request completed successfully.GetBrandResponsebuild()GetBrandResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationGetBrandResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)GetBrandResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingGetBrandResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public GetBrandResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public GetBrandResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public GetBrandResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
brandProperties
public GetBrandResponse.Builder brandProperties(BrandProperties brandProperties)
The request completed successfully.
-
brandProperties
public GetBrandResponse.Builder brandProperties(java.util.Optional<? extends BrandProperties> brandProperties)
The request completed successfully.
-
headers
public GetBrandResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public GetBrandResponse build()
-
-