Class PatchOp.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.PatchOp.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchOpbuild()PatchOp.Buildercopy(PatchOp model)PatchOp.Builderoperations(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.Builderschemas(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- 
schemaspublic 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
 
 - 
operationspublic 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
 
 - 
buildpublic PatchOp build() 
 - 
copypublic PatchOp.Builder copy(PatchOp model) 
 
- 
 
-