Uses of Class
com.oracle.bmc.nosql.model.Table.SchemaState
-
Packages that use Table.SchemaState Package Description com.oracle.bmc.nosql.model -
-
Uses of Table.SchemaState in com.oracle.bmc.nosql.model
Methods in com.oracle.bmc.nosql.model that return Table.SchemaState Modifier and Type Method Description static Table.SchemaState
Table.SchemaState. create(String key)
Table.SchemaState
Table. getSchemaState()
The current state of this table’s schema.static Table.SchemaState
Table.SchemaState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Table.SchemaState[]
Table.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 Table.SchemaState Modifier and Type Method Description Table.Builder
Table.Builder. schemaState(Table.SchemaState schemaState)
The current state of this table’s schema.Constructors in com.oracle.bmc.nosql.model with parameters of type Table.SchemaState Constructor Description Table(String id, String name, String compartmentId, Date timeCreated, Date timeUpdated, TableLimits tableLimits, Table.LifecycleState lifecycleState, Boolean isAutoReclaimable, Date timeOfExpiration, String lifecycleDetails, Schema schema, String ddlStatement, Table.SchemaState schemaState, Boolean isMultiRegion, Integer localReplicaInitializationInPercent, List<Replica> replicas, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-