@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-31T23:42:52.209921Z[Etc/UTC]") public class AuthGetRequestOptions extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNT_IDS |
Constructor and Description |
---|
AuthGetRequestOptions() |
Modifier and Type | Method and Description |
---|---|
AuthGetRequestOptions |
accountIds(List<String> accountIds) |
AuthGetRequestOptions |
addAccountIdsItem(String accountIdsItem) |
boolean |
equals(Object o) |
List<String> |
getAccountIds()
A list of `account_ids` to retrieve for the Item.
|
int |
hashCode() |
void |
setAccountIds(List<String> accountIds) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_IDS
public AuthGetRequestOptions accountIds(List<String> accountIds)
public AuthGetRequestOptions addAccountIdsItem(String accountIdsItem)
@Nullable public List<String> getAccountIds()
Copyright © 2017–2022 Plaid Inc.. All rights reserved.