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