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.22502
-
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 PersistenceReturns 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, emptyTableDefinitionwith the given persistence.TableDefinition(TableName tableName, List<TableDefinition.Column> columns, Persistence persistence) Creates a newTableDefinitionwith the given columns and persistence.