Uses of Enum
de.captaingoldfish.scim.sdk.common.constants.enums.PatchOp
Packages that use PatchOp
Package
Description
-
Uses of PatchOp in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return PatchOp -
Uses of PatchOp in de.captaingoldfish.scim.sdk.common.request
Methods in de.captaingoldfish.scim.sdk.common.request that return PatchOpModifier and TypeMethodDescriptionPatchRequestOperation.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)Methods in de.captaingoldfish.scim.sdk.common.request with parameters of type PatchOpModifier and TypeMethodDescriptionvoidEach 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"Constructors in de.captaingoldfish.scim.sdk.common.request with parameters of type PatchOpModifierConstructorDescriptionPatchRequestOperation(String path, PatchOp op, List<String> values, com.fasterxml.jackson.databind.JsonNode valueNode)