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