public class RetrieveGiftCardResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveGiftCardResponse.Builder
Class to build instances of
RetrieveGiftCardResponse. |
| Constructor and Description |
|---|
RetrieveGiftCardResponse(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() |
RetrieveGiftCardResponse.Builder |
toBuilder()
Builds a new
RetrieveGiftCardResponse.Builder object. |
String |
toString()
Converts this RetrieveGiftCardResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public GiftCard getGiftCard()
public String toString()
public RetrieveGiftCardResponse.Builder toBuilder()
RetrieveGiftCardResponse.Builder object.
Creates the instance with the state of the current model.RetrieveGiftCardResponse.Builder objectCopyright © 2022. All rights reserved.