public class ListPayoutsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListPayoutsRequest.Builder
Class to build instances of
ListPayoutsRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
ListPayoutsRequest(io.apimatic.core.types.OptionalNullable<String> locationId,
String status,
io.apimatic.core.types.OptionalNullable<String> beginTime,
io.apimatic.core.types.OptionalNullable<String> endTime,
String sortOrder,
io.apimatic.core.types.OptionalNullable<String> cursor,
io.apimatic.core.types.OptionalNullable<Integer> limit)
Internal initialization constructor.
|
|
ListPayoutsRequest(String locationId,
String status,
String beginTime,
String endTime,
String sortOrder,
String cursor,
Integer limit)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBeginTime()
Getter for BeginTime.
|
String |
getCursor()
Getter for Cursor.
|
String |
getEndTime()
Getter for EndTime.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getSortOrder()
Getter for SortOrder.
|
String |
getStatus()
Getter for Status.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBeginTime()
Internal Getter for BeginTime.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEndTime()
Internal Getter for EndTime.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLocationId()
Internal Getter for LocationId.
|
ListPayoutsRequest.Builder |
toBuilder()
Builds a new
ListPayoutsRequest.Builder object. |
String |
toString()
Converts this ListPayoutsRequest into string format.
|
public ListPayoutsRequest(String locationId, String status, String beginTime, String endTime, String sortOrder, String cursor, Integer limit)
locationId - String value for locationId.status - String value for status.beginTime - String value for beginTime.endTime - String value for endTime.sortOrder - String value for sortOrder.cursor - String value for cursor.limit - Integer value for limit.protected ListPayoutsRequest(io.apimatic.core.types.OptionalNullable<String> locationId, String status, io.apimatic.core.types.OptionalNullable<String> beginTime, io.apimatic.core.types.OptionalNullable<String> endTime, String sortOrder, io.apimatic.core.types.OptionalNullable<String> cursor, io.apimatic.core.types.OptionalNullable<Integer> limit)
protected io.apimatic.core.types.OptionalNullable<String> internalGetLocationId()
public String getLocationId()
public String getStatus()
protected io.apimatic.core.types.OptionalNullable<String> internalGetBeginTime()
public String getBeginTime()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEndTime()
public String getEndTime()
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 ListPayoutsRequest.Builder toBuilder()
ListPayoutsRequest.Builder object.
Creates the instance with the state of the current model.ListPayoutsRequest.Builder objectCopyright © 2023. All rights reserved.