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