public class ListPaymentLinksResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPaymentLinksResponse.Builder
Class to build instances of
ListPaymentLinksResponse. |
| Constructor and Description |
|---|
ListPaymentLinksResponse(List<Error> errors,
List<PaymentLink> paymentLinks,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
String |
getCursor()
Getter for Cursor.
|
List<Error> |
getErrors()
Getter for Errors.
|
List<PaymentLink> |
getPaymentLinks()
Getter for PaymentLinks.
|
int |
hashCode() |
ListPaymentLinksResponse.Builder |
toBuilder()
Builds a new
ListPaymentLinksResponse.Builder object. |
String |
toString()
Converts this ListPaymentLinksResponse into string format.
|
public ListPaymentLinksResponse(List<Error> errors, List<PaymentLink> paymentLinks, String cursor)
errors - List of Error value for errors.paymentLinks - List of PaymentLink value for paymentLinks.cursor - String value for cursor.public HttpContext getContext()
public List<Error> getErrors()
public List<PaymentLink> getPaymentLinks()
public String getCursor()
public String toString()
public ListPaymentLinksResponse.Builder toBuilder()
ListPaymentLinksResponse.Builder object.
Creates the instance with the state of the current model.ListPaymentLinksResponse.Builder objectCopyright © 2022. All rights reserved.