Uses of Class
org.apache.syncope.common.lib.request.AttrPatch
-
Packages that use AttrPatch Package Description org.apache.syncope.common.lib.request -
-
Uses of AttrPatch in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return AttrPatch Modifier and Type Method Description protected AttrPatchAttrPatch.Builder. newInstance()Methods in org.apache.syncope.common.lib.request that return types with arguments of type AttrPatch Modifier and Type Method Description Set<AttrPatch>AnyUR. getPlainAttrs()Methods in org.apache.syncope.common.lib.request with parameters of type AttrPatch Modifier and Type Method Description BAnyUR.Builder. plainAttr(AttrPatch plainAttr)BAnyUR.Builder. plainAttrs(AttrPatch... plainAttrs)Method parameters in org.apache.syncope.common.lib.request with type arguments of type AttrPatch Modifier and Type Method Description BAnyUR.Builder. plainAttrs(Collection<AttrPatch> plainAttrs)
-