org.springframework.social.linkedin.api
Class UpdateContent

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInProfile
      extended by org.springframework.social.linkedin.api.UpdateContent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UpdateContentCompany, UpdateContentConnection, UpdateContentFollow, UpdateContentGroup, UpdateContentPersonActivity, UpdateContentRecommendation, UpdateContentShare, UpdateContentStatus, UpdateContentViral

public class UpdateContent
extends LinkedInProfile

Base class of Updated Content

See Also:
Serialized Form

Constructor Summary
UpdateContent(java.lang.String id, java.lang.String firstName, java.lang.String lastName, java.lang.String headline, java.lang.String industry, java.lang.String publicProfileUrl, UrlResource siteStandardProfileRequest, java.lang.String profilePictureUrl)
           
 
Method Summary
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInProfile
getConnectionAuthorization, getFirstName, getHeadline, getId, getIndustry, getLastName, getProfilePictureUrl, getPublicProfileUrl, getSiteStandardProfileRequest, getSummary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateContent

public UpdateContent(java.lang.String id,
                     java.lang.String firstName,
                     java.lang.String lastName,
                     java.lang.String headline,
                     java.lang.String industry,
                     java.lang.String publicProfileUrl,
                     UrlResource siteStandardProfileRequest,
                     java.lang.String profilePictureUrl)