Uses of Class
com.oracle.bmc.identitydomains.model.Operations.Op
-
Packages that use Operations.Op Package Description com.oracle.bmc.identitydomains.model -
-
Uses of Operations.Op in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return Operations.Op Modifier and Type Method Description static Operations.Op
Operations.Op. create(String key)
Operations.Op
Operations. getOp()
Defines the operation to be performed for this Patch.static Operations.Op
Operations.Op. valueOf(String name)
Returns the enum constant of this type with the specified name.static Operations.Op[]
Operations.Op. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type Operations.Op Modifier and Type Method Description Operations.Builder
Operations.Builder. op(Operations.Op op)
Defines the operation to be performed for this Patch.Constructors in com.oracle.bmc.identitydomains.model with parameters of type Operations.Op Constructor Description Operations(Operations.Op op, String path, Object value)
Deprecated.
-