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