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