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