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