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