Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMPatchOperation
-
Packages that use SCIMPatchOperation Package Description org.apache.syncope.ext.scimv2.api.data -
-
Uses of SCIMPatchOperation in org.apache.syncope.ext.scimv2.api.data
Methods in org.apache.syncope.ext.scimv2.api.data that return SCIMPatchOperation Modifier and Type Method Description SCIMPatchOperationSCIMPatchOperationDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in org.apache.syncope.ext.scimv2.api.data that return types with arguments of type SCIMPatchOperation Modifier and Type Method Description List<SCIMPatchOperation>SCIMPatchOp. getOperations()Method parameters in org.apache.syncope.ext.scimv2.api.data with type arguments of type SCIMPatchOperation Modifier and Type Method Description voidSCIMPatchOp. setOperations(List<SCIMPatchOperation> operations)
-