public class ListCustomersRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCustomersRequest.Builder
Class to build instances of
ListCustomersRequest. |
| Constructor and Description |
|---|
ListCustomersRequest(String cursor,
Integer limit,
String sortField,
String sortOrder)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getSortField()
Getter for SortField.
|
String |
getSortOrder()
Getter for SortOrder.
|
int |
hashCode() |
ListCustomersRequest.Builder |
toBuilder()
Builds a new
ListCustomersRequest.Builder object. |
String |
toString()
Converts this ListCustomersRequest into string format.
|
public ListCustomersRequest(String cursor, Integer limit, String sortField, String sortOrder)
cursor - String value for cursor.limit - Integer value for limit.sortField - String value for sortField.sortOrder - String value for sortOrder.public String getCursor()
public Integer getLimit()
public String getSortField()
public String getSortOrder()
public String toString()
public ListCustomersRequest.Builder toBuilder()
ListCustomersRequest.Builder object.
Creates the instance with the state of the current model.ListCustomersRequest.Builder objectCopyright © 2022. All rights reserved.