org.springframework.social.greenhouse
Class GreenhouseProfile

java.lang.Object
  extended by org.springframework.social.greenhouse.GreenhouseProfile

public class GreenhouseProfile
extends java.lang.Object

A model class containing a Greenhouse user's profile information.


Constructor Summary
GreenhouseProfile()
           
 
Method Summary
 long getAccountId()
          The user's Greenhouse account ID.
 java.lang.String getDisplayName()
          The user's display name.
 java.lang.String getPictureUrl()
          The URL of the user's profile picture.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreenhouseProfile

public GreenhouseProfile()
Method Detail

getAccountId

public long getAccountId()
The user's Greenhouse account ID.

Returns:
The user's Greenhouse account ID.

getDisplayName

public java.lang.String getDisplayName()
The user's display name.

Returns:
The user's display name.

getPictureUrl

public java.lang.String getPictureUrl()
The URL of the user's profile picture.

Returns:
The URL of the user's profile picture.