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