Uses of Class
org.apache.syncope.ext.scimv2.api.type.PatchOp
-
Packages that use PatchOp Package Description org.apache.syncope.core.logic org.apache.syncope.ext.scimv2.api.data org.apache.syncope.ext.scimv2.api.type -
-
Uses of PatchOp in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type PatchOp Modifier and Type Method Description protected <E extends Enum<?>>
voidSCIMDataBinder. setAttribute(Set<AttrPatch> attrs, List<SCIMComplexConf<E>> confs, List<SCIMComplexValue> values, PatchOp patchOp) -
Uses of PatchOp in org.apache.syncope.ext.scimv2.api.data
Methods in org.apache.syncope.ext.scimv2.api.data that return PatchOp Modifier and Type Method Description PatchOpSCIMPatchOperation. getOp()Methods in org.apache.syncope.ext.scimv2.api.data with parameters of type PatchOp Modifier and Type Method Description voidSCIMPatchOperation. setOp(PatchOp op) -
Uses of PatchOp in org.apache.syncope.ext.scimv2.api.type
Methods in org.apache.syncope.ext.scimv2.api.type that return PatchOp Modifier and Type Method Description static PatchOpPatchOp. valueOf(String name)Returns the enum constant of this type with the specified name.static PatchOp[]PatchOp. values()Returns an array containing the constants of this enum type, in the order they are declared.
-