public static final class AccountService.ResolveTokenAccountsResponse.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<AccountService.ResolveTokenAccountsResponse,AccountService.ResolveTokenAccountsResponse.Builder> implements AccountService.ResolveTokenAccountsResponseOrBuilder
kin.agora.account.v4.ResolveTokenAccountsResponsebuild, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException@Deprecated public java.util.List<Model.SolanaAccountId> getTokenAccountsList()
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];getTokenAccountsList in interface AccountService.ResolveTokenAccountsResponseOrBuilder@Deprecated public int getTokenAccountsCount()
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];getTokenAccountsCount in interface AccountService.ResolveTokenAccountsResponseOrBuilder@Deprecated public Model.SolanaAccountId getTokenAccounts(int index)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];getTokenAccounts in interface AccountService.ResolveTokenAccountsResponseOrBuilder@Deprecated public AccountService.ResolveTokenAccountsResponse.Builder setTokenAccounts(int index, Model.SolanaAccountId value)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];@Deprecated public AccountService.ResolveTokenAccountsResponse.Builder setTokenAccounts(int index, Model.SolanaAccountId.Builder builderForValue)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];@Deprecated public AccountService.ResolveTokenAccountsResponse.Builder addTokenAccounts(Model.SolanaAccountId value)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];@Deprecated public AccountService.ResolveTokenAccountsResponse.Builder addTokenAccounts(int index, Model.SolanaAccountId value)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];@Deprecated public AccountService.ResolveTokenAccountsResponse.Builder addTokenAccounts(Model.SolanaAccountId.Builder builderForValue)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];@Deprecated public AccountService.ResolveTokenAccountsResponse.Builder addTokenAccounts(int index, Model.SolanaAccountId.Builder builderForValue)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];@Deprecated public AccountService.ResolveTokenAccountsResponse.Builder addAllTokenAccounts(java.lang.Iterable<? extends Model.SolanaAccountId> values)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];@Deprecated public AccountService.ResolveTokenAccountsResponse.Builder clearTokenAccounts()
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];@Deprecated public AccountService.ResolveTokenAccountsResponse.Builder removeTokenAccounts(int index)
Zero or more accounts that are owned by the provided account id. If the provided account is also a token account, it will be first in the list. Otherwise, the list order should not be depended on, as there is no reliable way to sort accounts based on creation time. Deprecated in favour of token_account_infos.
repeated .kin.agora.common.v4.SolanaAccountId token_accounts = 1 [deprecated = true];public java.util.List<AccountService.AccountInfo> getTokenAccountInfosList()
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;getTokenAccountInfosList in interface AccountService.ResolveTokenAccountsResponseOrBuilderpublic int getTokenAccountInfosCount()
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;getTokenAccountInfosCount in interface AccountService.ResolveTokenAccountsResponseOrBuilderpublic AccountService.AccountInfo getTokenAccountInfos(int index)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;getTokenAccountInfos in interface AccountService.ResolveTokenAccountsResponseOrBuilderpublic AccountService.ResolveTokenAccountsResponse.Builder setTokenAccountInfos(int index, AccountService.AccountInfo value)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;public AccountService.ResolveTokenAccountsResponse.Builder setTokenAccountInfos(int index, AccountService.AccountInfo.Builder builderForValue)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;public AccountService.ResolveTokenAccountsResponse.Builder addTokenAccountInfos(AccountService.AccountInfo value)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;public AccountService.ResolveTokenAccountsResponse.Builder addTokenAccountInfos(int index, AccountService.AccountInfo value)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;public AccountService.ResolveTokenAccountsResponse.Builder addTokenAccountInfos(AccountService.AccountInfo.Builder builderForValue)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;public AccountService.ResolveTokenAccountsResponse.Builder addTokenAccountInfos(int index, AccountService.AccountInfo.Builder builderForValue)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;public AccountService.ResolveTokenAccountsResponse.Builder addAllTokenAccountInfos(java.lang.Iterable<? extends AccountService.AccountInfo> values)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;public AccountService.ResolveTokenAccountsResponse.Builder clearTokenAccountInfos()
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;public AccountService.ResolveTokenAccountsResponse.Builder removeTokenAccountInfos(int index)
Zero or more account infos that are owned by the provided account id. In the case where include_account_info is false, token_account_infos will still be provided. However, they will not include any data requiring account lookups. That is, only account_id and owner will be set. Note: the ordering of token_account_infos is identical to token_accounts.
repeated .kin.agora.account.v4.AccountInfo token_account_infos = 2;