public class AdjustLoyaltyPointsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AdjustLoyaltyPointsRequest.Builder
Class to build instances of
AdjustLoyaltyPointsRequest. |
| Constructor and Description |
|---|
AdjustLoyaltyPointsRequest(String idempotencyKey,
LoyaltyEventAdjustPoints adjustPoints)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LoyaltyEventAdjustPoints |
getAdjustPoints()
Getter for AdjustPoints.
|
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
int |
hashCode() |
AdjustLoyaltyPointsRequest.Builder |
toBuilder()
Builds a new
AdjustLoyaltyPointsRequest.Builder object. |
String |
toString()
Converts this AdjustLoyaltyPointsRequest into string format.
|
public AdjustLoyaltyPointsRequest(String idempotencyKey, LoyaltyEventAdjustPoints adjustPoints)
idempotencyKey - String value for idempotencyKey.adjustPoints - LoyaltyEventAdjustPoints value for adjustPoints.public String getIdempotencyKey()
public LoyaltyEventAdjustPoints getAdjustPoints()
public String toString()
public AdjustLoyaltyPointsRequest.Builder toBuilder()
AdjustLoyaltyPointsRequest.Builder object.
Creates the instance with the state of the current model.AdjustLoyaltyPointsRequest.Builder objectCopyright © 2022. All rights reserved.