Class Relationships
- java.lang.Object
-
- org.apache.camel.component.yammer.model.Relationships
-
public class Relationships extends Object
-
-
Constructor Summary
Constructors Constructor Description Relationships()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<User>
getColleagues()
List<User>
getSubordinates()
List<User>
getSuperiors()
void
setColleagues(List<User> colleagues)
void
setSubordinates(List<User> subordinates)
void
setSuperiors(List<User> superiors)
String
toString()
-