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