org.springframework.social.linkedin.api
Class UpdateContentFollow

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

public class UpdateContentFollow
extends UpdateContent

Model class repreenting a follow update.

See Also:
Serialized Form

Constructor Summary
UpdateContentFollow(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
 java.lang.String getAction()
           
 Company getFollowing()
           
 
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

UpdateContentFollow

public UpdateContentFollow(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 Detail

getAction

public java.lang.String getAction()

getFollowing

public Company getFollowing()