public class CreateCustomerGroupResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateCustomerGroupResponse.Builder
Class to build instances of
CreateCustomerGroupResponse. |
| Constructor and Description |
|---|
CreateCustomerGroupResponse(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() |
CreateCustomerGroupResponse.Builder |
toBuilder()
Builds a new
CreateCustomerGroupResponse.Builder object. |
String |
toString()
Converts this CreateCustomerGroupResponse into string format.
|
public CreateCustomerGroupResponse(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 CreateCustomerGroupResponse.Builder toBuilder()
CreateCustomerGroupResponse.Builder object.
Creates the instance with the state of the current model.CreateCustomerGroupResponse.Builder objectCopyright © 2022. All rights reserved.