Class Name
- java.lang.Object
-
- org.apache.camel.component.yammer.model.Name
-
public class Name extends Object
-
-
Constructor Summary
Constructors Constructor Description Name()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFullName()
String
getPermalink()
Long
getUserId()
void
setFullName(String fullName)
void
setPermalink(String permalink)
void
setUserId(Long userId)
String
toString()
-