Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
schemas
- the value to setpublic 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.
operations
- the value to setpublic PatchOp build()
public PatchOp.Builder copy(PatchOp model)
Copyright © 2016–2024. All rights reserved.