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