org.springframework.social.linkedin.api
Class PersonActivity

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.PersonActivity
All Implemented Interfaces:
Serializable

public class PersonActivity
extends LinkedInObject
implements Serializable

Person activity

See Also:
Serialized Form

Constructor Summary
PersonActivity(int appId, String body)
           
 
Method Summary
 int getAppId()
           
 String getBody()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonActivity

public PersonActivity(int appId,
                      String body)
Method Detail

getAppId

public int getAppId()

getBody

public String getBody()