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