Uses of Class
de.captaingoldfish.scim.sdk.client.builder.PatchBuilder.PatchOperationBuilder
Packages that use PatchBuilder.PatchOperationBuilder
-
Uses of PatchBuilder.PatchOperationBuilder in de.captaingoldfish.scim.sdk.client.builder
Methods in de.captaingoldfish.scim.sdk.client.builder that return PatchBuilder.PatchOperationBuilderModifier and TypeMethodDescriptionPatchBuilder.addOperation()PatchBuilder.PatchOperationBuilder.next()builds this patch operation and goes on to the next operationsets the operation that should be executed on the resource
Note that the "path"-attribute is required for a remove operationsets the optional path attribute.
Note that the valueNode is considered the resource itself if not path attribute is setsets a single value to this patch operationPatchBuilder.PatchOperationBuilder.valueNode(com.fasterxml.jackson.databind.JsonNode valueNode) sets a node that might be a simple text-node a json object or a json array that will then be added, replaced or removed from the targetPatchBuilder.PatchOperationBuilder.valueNodes(List<? extends com.fasterxml.jackson.databind.JsonNode> valueNodes) sets a list of nodes that might be a simple text-nodes, json objects or json arrays that will then be added into an array node.sets a set of values that might be added, replaced or removed from the targeted resource