org.springframework.social.linkedin.api
Class UpdateContentPersonActivity

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

public class UpdateContentPersonActivity
extends UpdateContent

A person activity update

See Also:
Serialized Form

Constructor Summary
UpdateContentPersonActivity(String id, String firstName, String lastName, String headline, String industry, String publicProfileUrl, UrlResource siteStandardProfileRequest, String profilePictureUrl)
           
 
Method Summary
 List<PersonActivity> getPersonActivities()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInProfile
getConnectionAuthorization, getEmailAddress, getFirstName, getHeadline, getId, getIndustry, getLastName, getProfilePictureUrl, getPublicProfileUrl, getSiteStandardProfileRequest, getSummary
 
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

UpdateContentPersonActivity

public UpdateContentPersonActivity(String id,
                                   String firstName,
                                   String lastName,
                                   String headline,
                                   String industry,
                                   String publicProfileUrl,
                                   UrlResource siteStandardProfileRequest,
                                   String profilePictureUrl)
Method Detail

getPersonActivities

public List<PersonActivity> getPersonActivities()