Uses of Enum Class
com.tableau.hyperapi.Persistence
Package
Description
This is the public Tableau Hyper API documentation version 0.0.21200
-
Uses of Persistence in com.tableau.hyperapi
Modifier 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.Modifier and TypeMethodDescriptionTableDefinition.setPersistence
(Persistence persistence) Sets the table persistence.ModifierConstructorDescriptionTableDefinition
(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.