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