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