com.restfb.types
Class User.Work

java.lang.Object
  extended by com.restfb.types.User.Work
All Implemented Interfaces:
Serializable
Enclosing class:
User

public static class User.Work
extends Object
implements Serializable

Represents the Work Graph API type.

Author:
Mark Allen, Patrick Alberts
See Also:
Serialized Form

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

User.Work

public User.Work()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object that)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getEmployer

public NamedFacebookType getEmployer()
The employer for this job.

Returns:
The employer for this job.

getLocation

public NamedFacebookType getLocation()
The location of this job.

Returns:
The location of this job.

getPosition

public NamedFacebookType getPosition()
Position held at this job.

Returns:
Position held at this job.

getDescription

public String getDescription()
Description of this job.

Returns:
Description of this job.
Since:
1.6.3

getStartDate

public Date getStartDate()
Date this job was started.

Returns:
Date this job was started.

getEndDate

public Date getEndDate()
Date this job ended.

Returns:
Date this job ended.

getWith

public List<NamedFacebookType> getWith()
Friends associated with this job.

Returns:
Friends associated with this job.
Since:
1.6.3


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.