@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class InvestmentHoldingsGetRequestOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT_IDS |
Constructor and Description |
---|
InvestmentHoldingsGetRequestOptions() |
Modifier and Type | Method and Description |
---|---|
InvestmentHoldingsGetRequestOptions |
accountIds(List<String> accountIds) |
InvestmentHoldingsGetRequestOptions |
addAccountIdsItem(String accountIdsItem) |
boolean |
equals(Object o) |
List<String> |
getAccountIds()
An array of `account_id`s to retrieve for the Item.
|
int |
hashCode() |
void |
setAccountIds(List<String> accountIds) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_IDS
public InvestmentHoldingsGetRequestOptions accountIds(List<String> accountIds)
public InvestmentHoldingsGetRequestOptions addAccountIdsItem(String accountIdsItem)
@Nullable public List<String> getAccountIds()
Copyright © 2017–2024 Plaid Inc.. All rights reserved.