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