| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.common.constants.enums | |
| de.captaingoldfish.scim.sdk.common.request |
| Modifier and Type | Method and Description |
|---|---|
static PatchOp |
PatchOp.getByValue(String value) |
static PatchOp |
PatchOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchOp[] |
PatchOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PatchOp |
PatchRequestOperation.getOp()
Each PATCH operation object MUST have exactly one "op" member, whose value indicates the operation to
perform and MAY be one of "add", "remove", or "replace"
(This will never return null on server side for schema validation is executed before this method is called) |
| Modifier and Type | Method and Description |
|---|---|
void |
PatchRequestOperation.setOp(PatchOp patchOp)
Each PATCH operation object MUST have exactly one "op" member, whose value indicates the operation to
perform and MAY be one of "add", "remove", or "replace"
|
| Constructor and Description |
|---|
PatchRequestOperation(String path,
PatchOp op,
List<String> values,
com.fasterxml.jackson.databind.JsonNode valueNode) |
Copyright © 2020. All rights reserved.