Uses of Class
org.apache.syncope.common.lib.request.StringPatchItem
-
Packages that use StringPatchItem Package Description org.apache.syncope.common.lib.request -
-
Uses of StringPatchItem in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return StringPatchItem Modifier and Type Method Description protected StringPatchItemStringPatchItem.Builder. newInstance()Methods in org.apache.syncope.common.lib.request that return types with arguments of type StringPatchItem Modifier and Type Method Description Set<StringPatchItem>AnyUR. getAuxClasses()Set<StringPatchItem>AnyUR. getResources()Set<StringPatchItem>UserUR. getRoles()Methods in org.apache.syncope.common.lib.request with parameters of type StringPatchItem Modifier and Type Method Description BAnyUR.Builder. auxClass(StringPatchItem auxClass)BAnyUR.Builder. auxClasses(StringPatchItem... auxClasses)BAnyUR.Builder. resource(StringPatchItem resource)BAnyUR.Builder. resources(StringPatchItem... resources)UserUR.BuilderUserUR.Builder. role(StringPatchItem role)UserUR.BuilderUserUR.Builder. roles(StringPatchItem... roles)Method parameters in org.apache.syncope.common.lib.request with type arguments of type StringPatchItem Modifier and Type Method Description BAnyUR.Builder. auxClasses(Collection<StringPatchItem> auxClasses)BAnyUR.Builder. resources(Collection<StringPatchItem> resources)UserUR.BuilderUserUR.Builder. roles(Collection<StringPatchItem> roles)
-