Uses of Class
com.databricks.sdk.service.catalog.SystemSchemaInfoState
-
Packages that use SystemSchemaInfoState Package Description com.databricks.sdk.service.catalog -
-
Uses of SystemSchemaInfoState in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return SystemSchemaInfoState Modifier and Type Method Description SystemSchemaInfoStateSystemSchemaInfo. getState()static SystemSchemaInfoStateSystemSchemaInfoState. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemSchemaInfoState[]SystemSchemaInfoState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.catalog with parameters of type SystemSchemaInfoState Modifier and Type Method Description SystemSchemaInfoSystemSchemaInfo. setState(SystemSchemaInfoState state)
-