public static class ListGiftCardsResponse.Builder extends Object
ListGiftCardsResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ListGiftCardsResponse |
build()
Builds a new
ListGiftCardsResponse object using the set fields. |
ListGiftCardsResponse.Builder |
cursor(String cursor)
Setter for cursor.
|
ListGiftCardsResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
ListGiftCardsResponse.Builder |
giftCards(List<GiftCard> giftCards)
Setter for giftCards.
|
ListGiftCardsResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
public ListGiftCardsResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public ListGiftCardsResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public ListGiftCardsResponse.Builder giftCards(List<GiftCard> giftCards)
giftCards - List of GiftCard value for giftCards.public ListGiftCardsResponse.Builder cursor(String cursor)
cursor - String value for cursor.public ListGiftCardsResponse build()
ListGiftCardsResponse object using the set fields.ListGiftCardsResponseCopyright © 2022. All rights reserved.