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