@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class AccountsBalanceGetRequestOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT_IDS |
static String |
SERIALIZED_NAME_MIN_LAST_UPDATED_DATETIME |
Constructor and Description |
---|
AccountsBalanceGetRequestOptions() |
Modifier and Type | Method and Description |
---|---|
AccountsBalanceGetRequestOptions |
accountIds(List<String> accountIds) |
AccountsBalanceGetRequestOptions |
addAccountIdsItem(String accountIdsItem) |
boolean |
equals(Object o) |
List<String> |
getAccountIds()
A list of `account_ids` to retrieve for the Item.
|
OffsetDateTime |
getMinLastUpdatedDatetime()
Timestamp in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (`YYYY-MM-DDTHH:mm:ssZ`) indicating the oldest acceptable balance when making a request to `/accounts/balance/get`.
|
int |
hashCode() |
AccountsBalanceGetRequestOptions |
minLastUpdatedDatetime(OffsetDateTime minLastUpdatedDatetime) |
void |
setAccountIds(List<String> accountIds) |
void |
setMinLastUpdatedDatetime(OffsetDateTime minLastUpdatedDatetime) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_IDS
public static final String SERIALIZED_NAME_MIN_LAST_UPDATED_DATETIME
public AccountsBalanceGetRequestOptions accountIds(List<String> accountIds)
public AccountsBalanceGetRequestOptions addAccountIdsItem(String accountIdsItem)
@Nullable public List<String> getAccountIds()
public AccountsBalanceGetRequestOptions minLastUpdatedDatetime(OffsetDateTime minLastUpdatedDatetime)
@Nullable public OffsetDateTime getMinLastUpdatedDatetime()
public void setMinLastUpdatedDatetime(OffsetDateTime minLastUpdatedDatetime)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.