Uses of Class
com.databricks.sdk.service.sharing.SharedDataObjectStatus
-
Packages that use SharedDataObjectStatus Package Description com.databricks.sdk.service.sharing -
-
Uses of SharedDataObjectStatus in com.databricks.sdk.service.sharing
Methods in com.databricks.sdk.service.sharing that return SharedDataObjectStatus Modifier and Type Method Description SharedDataObjectStatus
SharedDataObject. getStatus()
static SharedDataObjectStatus
SharedDataObjectStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static SharedDataObjectStatus[]
SharedDataObjectStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sharing with parameters of type SharedDataObjectStatus Modifier and Type Method Description SharedDataObject
SharedDataObject. setStatus(SharedDataObjectStatus status)
-