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