Uses of Class
com.algorand.algosdk.v2.client.model.Enums.Include
-
Packages that use Enums.Include Package Description com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.indexer com.algorand.algosdk.v2.client.model -
-
Uses of Enums.Include in com.algorand.algosdk.v2.client.algod
Method parameters in com.algorand.algosdk.v2.client.algod with type arguments of type Enums.Include Modifier and Type Method Description AccountApplicationsInformationAccountApplicationsInformation. include(List<Enums.Include> include)Include additional items in the response.GetApplicationBoxesGetApplicationBoxes. include(List<Enums.Include> include)Include additional items in the response. -
Uses of Enums.Include in com.algorand.algosdk.v2.client.indexer
Method parameters in com.algorand.algosdk.v2.client.indexer with type arguments of type Enums.Include Modifier and Type Method Description SearchForApplicationBoxesSearchForApplicationBoxes. include(List<Enums.Include> include)Include additional items in the response. -
Uses of Enums.Include in com.algorand.algosdk.v2.client.model
Methods in com.algorand.algosdk.v2.client.model that return Enums.Include Modifier and Type Method Description static Enums.IncludeEnums.Include. forValue(String value)static Enums.IncludeEnums.Include. valueOf(String name)Returns the enum constant of this type with the specified name.static Enums.Include[]Enums.Include. values()Returns an array containing the constants of this enum type, in the order they are declared.
-