public class ListCustomersRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCustomersRequest.Builder
Class to build instances of
ListCustomersRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
ListCustomersRequest(io.apimatic.core.types.OptionalNullable<String> cursor,
io.apimatic.core.types.OptionalNullable<Integer> limit,
String sortField,
String sortOrder,
io.apimatic.core.types.OptionalNullable<Boolean> count)
Initialization constructor.
|
|
ListCustomersRequest(String cursor,
Integer limit,
String sortField,
String sortOrder,
Boolean count)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getCount()
Getter for Count.
|
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getSortField()
Getter for SortField.
|
String |
getSortOrder()
Getter for SortOrder.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetCount()
Internal Getter for Count.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
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, Boolean count)
cursor - String value for cursor.limit - Integer value for limit.sortField - String value for sortField.sortOrder - String value for sortOrder.count - Boolean value for count.protected ListCustomersRequest(io.apimatic.core.types.OptionalNullable<String> cursor, io.apimatic.core.types.OptionalNullable<Integer> limit, String sortField, String sortOrder, io.apimatic.core.types.OptionalNullable<Boolean> count)
cursor - String value for cursor.limit - Integer value for limit.sortField - String value for sortField.sortOrder - String value for sortOrder.count - Boolean value for count.protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
public String getSortField()
public String getSortOrder()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetCount()
public Boolean getCount()
public String toString()
public ListCustomersRequest.Builder toBuilder()
ListCustomersRequest.Builder object.
Creates the instance with the state of the current model.ListCustomersRequest.Builder objectCopyright © 2024. All rights reserved.