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 StringPatchItem
StringPatchItem.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 B
AnyUR.Builder. auxClass(StringPatchItem auxClass)
B
AnyUR.Builder. auxClasses(StringPatchItem... auxClasses)
B
AnyUR.Builder. resource(StringPatchItem resource)
B
AnyUR.Builder. resources(StringPatchItem... resources)
UserUR.Builder
UserUR.Builder. role(StringPatchItem role)
UserUR.Builder
UserUR.Builder. roles(StringPatchItem... roles)
Method parameters in org.apache.syncope.common.lib.request with type arguments of type StringPatchItem Modifier and Type Method Description B
AnyUR.Builder. auxClasses(Collection<StringPatchItem> auxClasses)
B
AnyUR.Builder. resources(Collection<StringPatchItem> resources)
UserUR.Builder
UserUR.Builder. roles(Collection<StringPatchItem> roles)
-