Uses of Class
org.apache.syncope.common.lib.request.RelationshipUR
-
Packages that use RelationshipUR Package Description org.apache.syncope.common.lib.request -
-
Uses of RelationshipUR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return RelationshipUR Modifier and Type Method Description protected RelationshipURRelationshipUR.Builder. newInstance()Methods in org.apache.syncope.common.lib.request that return types with arguments of type RelationshipUR Modifier and Type Method Description Set<RelationshipUR>AnyObjectUR. getRelationships()Set<RelationshipUR>UserUR. getRelationships()Methods in org.apache.syncope.common.lib.request with parameters of type RelationshipUR Modifier and Type Method Description AnyObjectUR.BuilderAnyObjectUR.Builder. relationship(RelationshipUR relationship)UserUR.BuilderUserUR.Builder. relationship(RelationshipUR relationship)AnyObjectUR.BuilderAnyObjectUR.Builder. relationships(RelationshipUR... relationships)UserUR.BuilderUserUR.Builder. relationships(RelationshipUR... relationships)Method parameters in org.apache.syncope.common.lib.request with type arguments of type RelationshipUR Modifier and Type Method Description AnyObjectUR.BuilderAnyObjectUR.Builder. relationships(Collection<RelationshipUR> relationships)UserUR.BuilderUserUR.Builder. relationships(Collection<RelationshipUR> relationships)
-