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