Uses of Class
com.databricks.sdk.service.iam.PatchOp
-
Packages that use PatchOp Package Description com.databricks.sdk.service.iam -
-
Uses of PatchOp in com.databricks.sdk.service.iam
Methods in com.databricks.sdk.service.iam that return PatchOp Modifier and Type Method Description PatchOpPatch. getOp()static PatchOpPatchOp. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchOp[]PatchOp. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.iam with parameters of type PatchOp Modifier and Type Method Description PatchPatch. setOp(PatchOp op)
-