Uses of Class
com.algorand.algosdk.v2.client.model.Enums.Exclude
-
Packages that use Enums.Exclude Package Description com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.indexer com.algorand.algosdk.v2.client.model -
-
Uses of Enums.Exclude in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod with parameters of type Enums.Exclude Modifier and Type Method Description AccountInformation
AccountInformation. exclude(Enums.Exclude exclude)
When set to `all` will exclude asset holdings, application local state, created asset parameters, any created application parameters. -
Uses of Enums.Exclude in com.algorand.algosdk.v2.client.indexer
Method parameters in com.algorand.algosdk.v2.client.indexer with type arguments of type Enums.Exclude Modifier and Type Method Description LookupAccountByID
LookupAccountByID. exclude(List<Enums.Exclude> exclude)
Exclude additional items such as asset holdings, application local data stored for this account, asset parameters created by this account, and application parameters created by this account.SearchForAccounts
SearchForAccounts. exclude(List<Enums.Exclude> exclude)
Exclude additional items such as asset holdings, application local data stored for this account, asset parameters created by this account, and application parameters created by this account. -
Uses of Enums.Exclude in com.algorand.algosdk.v2.client.model
Methods in com.algorand.algosdk.v2.client.model that return Enums.Exclude Modifier and Type Method Description static Enums.Exclude
Enums.Exclude. forValue(String value)
static Enums.Exclude
Enums.Exclude. valueOf(String name)
Returns the enum constant of this type with the specified name.static Enums.Exclude[]
Enums.Exclude. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-