|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.restfb.types.User.Work
public static class User.Work
Represents the Work Graph API type.
Constructor Summary | |
---|---|
User.Work()
|
Method Summary | |
---|---|
boolean |
equals(Object that)
|
String |
getDescription()
Description of this job. |
NamedFacebookType |
getEmployer()
The employer for this job. |
Date |
getEndDate()
Date this job ended. |
NamedFacebookType |
getLocation()
The location of this job. |
NamedFacebookType |
getPosition()
Position held at this job. |
Date |
getStartDate()
Date this job was started. |
List<NamedFacebookType> |
getWith()
Friends associated with this job. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public User.Work()
Method Detail |
---|
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object that)
equals
in class Object
Object.equals(java.lang.Object)
public String toString()
toString
in class Object
Object.toString()
public NamedFacebookType getEmployer()
public NamedFacebookType getLocation()
public NamedFacebookType getPosition()
public String getDescription()
public Date getStartDate()
public Date getEndDate()
public List<NamedFacebookType> getWith()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |