Uses of Class
com.mypurecloud.sdk.v2.model.ScimV2PatchOperation
Packages that use ScimV2PatchOperation
-
Uses of ScimV2PatchOperation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ScimV2PatchOperationModifier and TypeMethodDescriptionScimV2PatchOperation.op(ScimV2PatchOperation.OpEnum op) The PATCH operation to perform.The attribute path that describes the target of the operation.ScimV2PatchOperation.value(com.fasterxml.jackson.databind.JsonNode value) The value to set in the path.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ScimV2PatchOperationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ScimV2PatchOperationModifier and TypeMethodDescriptionScimV2PatchRequest.operations(List<ScimV2PatchOperation> operations) The list of operations to perform for the PATCH request.voidScimV2PatchRequest.setOperations(List<ScimV2PatchOperation> operations)