public static class ListPaymentLinksResponse.Builder extends Object
ListPaymentLinksResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ListPaymentLinksResponse |
build()
Builds a new
ListPaymentLinksResponse object using the set fields. |
ListPaymentLinksResponse.Builder |
cursor(String cursor)
Setter for cursor.
|
ListPaymentLinksResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
ListPaymentLinksResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
ListPaymentLinksResponse.Builder |
paymentLinks(List<PaymentLink> paymentLinks)
Setter for paymentLinks.
|
public ListPaymentLinksResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public ListPaymentLinksResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public ListPaymentLinksResponse.Builder paymentLinks(List<PaymentLink> paymentLinks)
paymentLinks - List of PaymentLink value for paymentLinks.public ListPaymentLinksResponse.Builder cursor(String cursor)
cursor - String value for cursor.public ListPaymentLinksResponse build()
ListPaymentLinksResponse object using the set fields.ListPaymentLinksResponseCopyright © 2022. All rights reserved.