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,
Long count)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
Long |
getCount()
Getter for Count.
|
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 ListCustomersResponse(List<Error> errors, List<Customer> customers, String cursor, Long count)
errors - List of Error value for errors.customers - List of Customer value for customers.cursor - String value for cursor.count - Long value for count.public HttpContext getContext()
public List<Error> getErrors()
public List<Customer> getCustomers()
public String getCursor()
public Long getCount()
public String toString()
public ListCustomersResponse.Builder toBuilder()
ListCustomersResponse.Builder object.
Creates the instance with the state of the current model.ListCustomersResponse.Builder objectCopyright © 2024. All rights reserved.