public static class LoyaltyEventExpirePoints.Builder extends Object
LoyaltyEventExpirePoints.| Constructor and Description |
|---|
Builder(String loyaltyProgramId,
int points)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LoyaltyEventExpirePoints |
build()
Builds a new
LoyaltyEventExpirePoints object using the set fields. |
LoyaltyEventExpirePoints.Builder |
loyaltyProgramId(String loyaltyProgramId)
Setter for loyaltyProgramId.
|
LoyaltyEventExpirePoints.Builder |
points(int points)
Setter for points.
|
public Builder(String loyaltyProgramId, int points)
loyaltyProgramId - String value for loyaltyProgramId.points - int value for points.public LoyaltyEventExpirePoints.Builder loyaltyProgramId(String loyaltyProgramId)
loyaltyProgramId - String value for loyaltyProgramId.public LoyaltyEventExpirePoints.Builder points(int points)
points - int value for points.public LoyaltyEventExpirePoints build()
LoyaltyEventExpirePoints object using the set fields.LoyaltyEventExpirePointsCopyright © 2022. All rights reserved.