Uses of Class
org.apache.camel.component.yammer.model.User
-
Packages that use User Package Description org.apache.camel.component.yammer.model -
-
Uses of User in org.apache.camel.component.yammer.model
Methods in org.apache.camel.component.yammer.model that return types with arguments of type User Modifier and Type Method Description List<User>
Relationships. getColleagues()
List<User>
Relationships. getSubordinates()
List<User>
Relationships. getSuperiors()
Method parameters in org.apache.camel.component.yammer.model with type arguments of type User Modifier and Type Method Description void
Relationships. setColleagues(List<User> colleagues)
void
Relationships. setSubordinates(List<User> subordinates)
void
Relationships. setSuperiors(List<User> superiors)
-