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