Uses of Class
be.personify.util.scim.PatchOperation
-
Packages that use PatchOperation Package Description be.personify.util.scim -
-
Uses of PatchOperation in be.personify.util.scim
Methods in be.personify.util.scim that return PatchOperation Modifier and Type Method Description static PatchOperationPatchOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchOperation[]PatchOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-