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