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