Uses of Enum Class
com.tableau.hyperapi.Persistence
Packages that use Persistence
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21408
-
Uses of Persistence in com.tableau.hyperapi
Methods in com.tableau.hyperapi that return PersistenceModifier and TypeMethodDescriptionTableDefinition.getPersistence()
Returns the persistence of the table.static Persistence
Returns the enum constant of this class with the specified name.static Persistence[]
Persistence.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tableau.hyperapi with parameters of type PersistenceModifier and TypeMethodDescriptionTableDefinition.setPersistence
(Persistence persistence) Sets the table persistence.Constructors in com.tableau.hyperapi with parameters of type PersistenceModifierConstructorDescriptionTableDefinition
(TableName tableName, Persistence persistence) Creates a new, emptyTableDefinition
with the given persistence.TableDefinition
(TableName tableName, List<TableDefinition.Column> columns, Persistence persistence) Creates a newTableDefinition
with the given columns and persistence.