public class ListPayoutEntriesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPayoutEntriesRequest.Builder
Class to build instances of
ListPayoutEntriesRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
ListPayoutEntriesRequest(String sortOrder,
io.apimatic.core.types.OptionalNullable<String> cursor,
io.apimatic.core.types.OptionalNullable<Integer> limit)
Internal initialization constructor.
|
|
ListPayoutEntriesRequest(String sortOrder,
String cursor,
Integer limit)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getSortOrder()
Getter for SortOrder.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
ListPayoutEntriesRequest.Builder |
toBuilder()
Builds a new
ListPayoutEntriesRequest.Builder object. |
String |
toString()
Converts this ListPayoutEntriesRequest into string format.
|
public ListPayoutEntriesRequest(String sortOrder, String cursor, Integer limit)
sortOrder - String value for sortOrder.cursor - String value for cursor.limit - Integer value for limit.public String getSortOrder()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
public String toString()
public ListPayoutEntriesRequest.Builder toBuilder()
ListPayoutEntriesRequest.Builder object.
Creates the instance with the state of the current model.ListPayoutEntriesRequest.Builder objectCopyright © 2023. All rights reserved.