Class PatchOp.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.PatchOp.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchOp
build()
PatchOp.Builder
copy(PatchOp model)
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
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.
-
-
-
Method Detail
-
schemas
public 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.Each String value must be a unique URI. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior. REQUIRED.
- Parameters:
schemas
- the value to set- Returns:
- this builder
-
operations
public 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.- Parameters:
operations
- the value to set- Returns:
- this builder
-
build
public PatchOp build()
-
copy
public PatchOp.Builder copy(PatchOp model)
-
-