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. |
public AdjustLoyaltyPointsResponse(List<Error> errors, LoyaltyEvent event)
errors
- event
- public HttpContext getContext()
public List<Error> getErrors()
public LoyaltyEvent getEvent()
public AdjustLoyaltyPointsResponse.Builder toBuilder()
AdjustLoyaltyPointsResponse.Builder
object.
Creates the instance with the state of the current model.AdjustLoyaltyPointsResponse.Builder
objectCopyright © 2020. All rights reserved.