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