public class V1ListPaymentsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
V1ListPaymentsRequest.Builder
Class to build instances of
V1ListPaymentsRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
V1ListPaymentsRequest(String order,
io.apimatic.core.types.OptionalNullable<String> beginTime,
io.apimatic.core.types.OptionalNullable<String> endTime,
io.apimatic.core.types.OptionalNullable<Integer> limit,
io.apimatic.core.types.OptionalNullable<String> batchToken,
io.apimatic.core.types.OptionalNullable<Boolean> includePartial)
Initialization constructor.
|
|
V1ListPaymentsRequest(String order,
String beginTime,
String endTime,
Integer limit,
String batchToken,
Boolean includePartial)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBatchToken()
Getter for BatchToken.
|
String |
getBeginTime()
Getter for BeginTime.
|
String |
getEndTime()
Getter for EndTime.
|
Boolean |
getIncludePartial()
Getter for IncludePartial.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getOrder()
Getter for Order.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBatchToken()
Internal Getter for BatchToken.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBeginTime()
Internal Getter for BeginTime.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEndTime()
Internal Getter for EndTime.
|
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetIncludePartial()
Internal Getter for IncludePartial.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
V1ListPaymentsRequest.Builder |
toBuilder()
Builds a new
V1ListPaymentsRequest.Builder object. |
String |
toString()
Converts this V1ListPaymentsRequest into string format.
|
public V1ListPaymentsRequest(String order, String beginTime, String endTime, Integer limit, String batchToken, Boolean includePartial)
order - String value for order.beginTime - String value for beginTime.endTime - String value for endTime.limit - Integer value for limit.batchToken - String value for batchToken.includePartial - Boolean value for includePartial.protected V1ListPaymentsRequest(String order, io.apimatic.core.types.OptionalNullable<String> beginTime, io.apimatic.core.types.OptionalNullable<String> endTime, io.apimatic.core.types.OptionalNullable<Integer> limit, io.apimatic.core.types.OptionalNullable<String> batchToken, io.apimatic.core.types.OptionalNullable<Boolean> includePartial)
order - String value for order.beginTime - String value for beginTime.endTime - String value for endTime.limit - Integer value for limit.batchToken - String value for batchToken.includePartial - Boolean value for includePartial.public String getOrder()
protected io.apimatic.core.types.OptionalNullable<String> internalGetBeginTime()
public String getBeginTime()
protected io.apimatic.core.types.OptionalNullable<String> internalGetEndTime()
public String getEndTime()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
protected io.apimatic.core.types.OptionalNullable<String> internalGetBatchToken()
public String getBatchToken()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetIncludePartial()
public Boolean getIncludePartial()
public String toString()
public V1ListPaymentsRequest.Builder toBuilder()
V1ListPaymentsRequest.Builder object.
Creates the instance with the state of the current model.V1ListPaymentsRequest.Builder objectCopyright © 2024. All rights reserved.