Uses of Class
com.oracle.bmc.identitydomains.model.Operations
-
Packages that use Operations Package Description com.oracle.bmc.identitydomains.model -
-
Uses of Operations in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return Operations Modifier and Type Method Description Operations
Operations.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type Operations Modifier and Type Method Description List<Operations>
PatchOp. getOperations()
The body of an HTTP PATCH request MUST contain the attribute “Operations”, whose value is an array of one or more patch operations.Methods in com.oracle.bmc.identitydomains.model with parameters of type Operations Modifier and Type Method Description Operations.Builder
Operations.Builder. copy(Operations model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type Operations Modifier and Type Method Description PatchOp.Builder
PatchOp.Builder. operations(List<Operations> operations)
The body of an HTTP PATCH request MUST contain the attribute “Operations”, whose value is an array of one or more patch operations.
-