Uses of Class
org.apache.syncope.common.lib.request.StringPatchItem
Packages that use StringPatchItem
-
Uses of StringPatchItem in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return StringPatchItemModifier and TypeMethodDescriptionprotected StringPatchItemStringPatchItem.Builder.newInstance()Methods in org.apache.syncope.common.lib.request that return types with arguments of type StringPatchItemMethods in org.apache.syncope.common.lib.request with parameters of type StringPatchItemModifier and TypeMethodDescriptionAnyUR.Builder.auxClass(StringPatchItem auxClass) AnyUR.Builder.auxClasses(StringPatchItem... auxClasses) AnyUR.Builder.resource(StringPatchItem resource) AnyUR.Builder.resources(StringPatchItem... resources) UserUR.Builder.role(StringPatchItem role) UserUR.Builder.roles(StringPatchItem... roles) Method parameters in org.apache.syncope.common.lib.request with type arguments of type StringPatchItemModifier and TypeMethodDescriptionAnyUR.Builder.auxClasses(Collection<StringPatchItem> auxClasses) AnyUR.Builder.resources(Collection<StringPatchItem> resources) UserUR.Builder.roles(Collection<StringPatchItem> roles)