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