Uses of Class
com.oracle.bmc.nosql.model.TableSummary.SchemaState
-
Packages that use TableSummary.SchemaState Package Description com.oracle.bmc.nosql.model -
-
Uses of TableSummary.SchemaState in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return TableSummary.SchemaState Modifier and Type Method Description static TableSummary.SchemaState
TableSummary.SchemaState. create(String key)
TableSummary.SchemaState
TableSummary. getSchemaState()
The current state of this table’s schema.static TableSummary.SchemaState
TableSummary.SchemaState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableSummary.SchemaState[]
TableSummary.SchemaState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.nosql.model with parameters of type TableSummary.SchemaState Modifier and Type Method Description TableSummary.Builder
TableSummary.Builder. schemaState(TableSummary.SchemaState schemaState)
The current state of this table’s schema.Constructors in com.oracle.bmc.nosql.model with parameters of type TableSummary.SchemaState Constructor Description TableSummary(String id, String compartmentId, String name, Date timeCreated, Date timeUpdated, TableLimits tableLimits, Table.LifecycleState lifecycleState, String lifecycleDetails, Boolean isAutoReclaimable, Date timeOfExpiration, TableSummary.SchemaState schemaState, Boolean isMultiRegion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-