@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T17:46:09.980340Z[Etc/UTC]") public class InvestmentsTransactionsGetRequestOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT_IDS |
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_OFFSET |
Constructor and Description |
---|
InvestmentsTransactionsGetRequestOptions() |
Modifier and Type | Method and Description |
---|---|
InvestmentsTransactionsGetRequestOptions |
accountIds(List<String> accountIds) |
InvestmentsTransactionsGetRequestOptions |
addAccountIdsItem(String accountIdsItem) |
InvestmentsTransactionsGetRequestOptions |
count(Integer count) |
boolean |
equals(Object o) |
List<String> |
getAccountIds()
An array of `account_ids` to retrieve for the Item.
|
Integer |
getCount()
The number of transactions to fetch.
|
Integer |
getOffset()
The number of transactions to skip when fetching transaction history
minimum: 0
|
int |
hashCode() |
InvestmentsTransactionsGetRequestOptions |
offset(Integer offset) |
void |
setAccountIds(List<String> accountIds) |
void |
setCount(Integer count) |
void |
setOffset(Integer offset) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_IDS
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_OFFSET
public InvestmentsTransactionsGetRequestOptions()
public InvestmentsTransactionsGetRequestOptions accountIds(List<String> accountIds)
public InvestmentsTransactionsGetRequestOptions addAccountIdsItem(String accountIdsItem)
@Nullable public List<String> getAccountIds()
public InvestmentsTransactionsGetRequestOptions count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
public InvestmentsTransactionsGetRequestOptions offset(Integer offset)
@Nullable public Integer getOffset()
public void setOffset(Integer offset)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.