public class AdjustLoyaltyPointsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AdjustLoyaltyPointsResponse.Builder
Class to build instances of
AdjustLoyaltyPointsResponse. |
| Constructor and Description |
|---|
AdjustLoyaltyPointsResponse(List<Error> errors,
LoyaltyEvent event)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
LoyaltyEvent |
getEvent()
Getter for Event.
|
int |
hashCode() |
AdjustLoyaltyPointsResponse.Builder |
toBuilder()
Builds a new
AdjustLoyaltyPointsResponse.Builder object. |
String |
toString()
Converts this AdjustLoyaltyPointsResponse into string format.
|
public AdjustLoyaltyPointsResponse(List<Error> errors, LoyaltyEvent event)
errors - List of Error value for errors.event - LoyaltyEvent value for event.public HttpContext getContext()
public List<Error> getErrors()
public LoyaltyEvent getEvent()
public String toString()
public AdjustLoyaltyPointsResponse.Builder toBuilder()
AdjustLoyaltyPointsResponse.Builder object.
Creates the instance with the state of the current model.AdjustLoyaltyPointsResponse.Builder objectCopyright © 2022. All rights reserved.