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