Uses of Class
com.oracle.bmc.identitydomains.model.PatchOp.Builder
-
Packages that use PatchOp.Builder Package Description com.oracle.bmc.identitydomains.model -
-
Uses of PatchOp.Builder in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return PatchOp.Builder Modifier and Type Method Description static PatchOp.Builder
PatchOp. builder()
Create a new builder.PatchOp.Builder
PatchOp.Builder. copy(PatchOp model)
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.PatchOp.Builder
PatchOp.Builder. schemas(List<String> schemas)
The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation.PatchOp.Builder
PatchOp. toBuilder()
-