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 voidRelationships. setColleagues(List<User> colleagues)voidRelationships. setSubordinates(List<User> subordinates)voidRelationships. setSuperiors(List<User> superiors)
-