public class AdjustLoyaltyPointsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AdjustLoyaltyPointsRequest.Builder
Class to build instances of
AdjustLoyaltyPointsRequest. |
| Modifier | Constructor and Description |
|---|---|
|
AdjustLoyaltyPointsRequest(String idempotencyKey,
LoyaltyEventAdjustPoints adjustPoints,
Boolean allowNegativeBalance)
Initialization constructor.
|
protected |
AdjustLoyaltyPointsRequest(String idempotencyKey,
LoyaltyEventAdjustPoints adjustPoints,
io.apimatic.core.types.OptionalNullable<Boolean> allowNegativeBalance)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LoyaltyEventAdjustPoints |
getAdjustPoints()
Getter for AdjustPoints.
|
Boolean |
getAllowNegativeBalance()
Getter for AllowNegativeBalance.
|
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetAllowNegativeBalance()
Internal Getter for AllowNegativeBalance.
|
AdjustLoyaltyPointsRequest.Builder |
toBuilder()
Builds a new
AdjustLoyaltyPointsRequest.Builder object. |
String |
toString()
Converts this AdjustLoyaltyPointsRequest into string format.
|
public AdjustLoyaltyPointsRequest(String idempotencyKey, LoyaltyEventAdjustPoints adjustPoints, Boolean allowNegativeBalance)
idempotencyKey - String value for idempotencyKey.adjustPoints - LoyaltyEventAdjustPoints value for adjustPoints.allowNegativeBalance - Boolean value for allowNegativeBalance.protected AdjustLoyaltyPointsRequest(String idempotencyKey, LoyaltyEventAdjustPoints adjustPoints, io.apimatic.core.types.OptionalNullable<Boolean> allowNegativeBalance)
public String getIdempotencyKey()
public LoyaltyEventAdjustPoints getAdjustPoints()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetAllowNegativeBalance()
public Boolean getAllowNegativeBalance()
public String toString()
public AdjustLoyaltyPointsRequest.Builder toBuilder()
AdjustLoyaltyPointsRequest.Builder object.
Creates the instance with the state of the current model.AdjustLoyaltyPointsRequest.Builder objectCopyright © 2023. All rights reserved.