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