@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class InvestmentsAuthGetResponse extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ACCOUNTS |
static String |
SERIALIZED_NAME_DATA_SOURCES |
static String |
SERIALIZED_NAME_HOLDINGS |
static String |
SERIALIZED_NAME_ITEM |
static String |
SERIALIZED_NAME_NUMBERS |
static String |
SERIALIZED_NAME_OWNERS |
static String |
SERIALIZED_NAME_REQUEST_ID |
static String |
SERIALIZED_NAME_SECURITIES |
Constructor and Description |
---|
InvestmentsAuthGetResponse() |
public static final String SERIALIZED_NAME_ACCOUNTS
public static final String SERIALIZED_NAME_HOLDINGS
public static final String SERIALIZED_NAME_SECURITIES
public static final String SERIALIZED_NAME_OWNERS
public static final String SERIALIZED_NAME_NUMBERS
public static final String SERIALIZED_NAME_DATA_SOURCES
public static final String SERIALIZED_NAME_ITEM
public static final String SERIALIZED_NAME_REQUEST_ID
public InvestmentsAuthGetResponse accounts(List<AccountBase> accounts)
public InvestmentsAuthGetResponse addAccountsItem(AccountBase accountsItem)
public List<AccountBase> getAccounts()
public void setAccounts(List<AccountBase> accounts)
public InvestmentsAuthGetResponse holdings(List<Holding> holdings)
public InvestmentsAuthGetResponse addHoldingsItem(Holding holdingsItem)
public List<Holding> getHoldings()
public InvestmentsAuthGetResponse securities(List<Security> securities)
public InvestmentsAuthGetResponse addSecuritiesItem(Security securitiesItem)
public List<Security> getSecurities()
public InvestmentsAuthGetResponse owners(List<InvestmentsAuthOwner> owners)
public InvestmentsAuthGetResponse addOwnersItem(InvestmentsAuthOwner ownersItem)
public List<InvestmentsAuthOwner> getOwners()
public void setOwners(List<InvestmentsAuthOwner> owners)
public InvestmentsAuthGetResponse numbers(InvestmentsAuthGetNumbers numbers)
public InvestmentsAuthGetNumbers getNumbers()
public void setNumbers(InvestmentsAuthGetNumbers numbers)
public InvestmentsAuthGetResponse dataSources(InvestmentsAuthDataSources dataSources)
public InvestmentsAuthDataSources getDataSources()
public void setDataSources(InvestmentsAuthDataSources dataSources)
public InvestmentsAuthGetResponse item(Item item)
public Item getItem()
public void setItem(Item item)
public InvestmentsAuthGetResponse requestId(String requestId)
public String getRequestId()
public void setRequestId(String requestId)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.