Uses of Class
com.databricks.sdk.service.iam.PatchSchema
-
Packages that use PatchSchema Package Description com.databricks.sdk.service.iam -
-
Uses of PatchSchema in com.databricks.sdk.service.iam
Methods in com.databricks.sdk.service.iam that return PatchSchema Modifier and Type Method Description static PatchSchemaPatchSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchSchema[]PatchSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.iam that return types with arguments of type PatchSchema Modifier and Type Method Description Collection<PatchSchema>PartialUpdate. getSchema()Method parameters in com.databricks.sdk.service.iam with type arguments of type PatchSchema Modifier and Type Method Description PartialUpdatePartialUpdate. setSchema(Collection<PatchSchema> schema)
-