org.springframework.social.linkedin.api
Class UpdateContent
java.lang.Object
org.springframework.social.linkedin.api.LinkedInObject
org.springframework.social.linkedin.api.LinkedInProfile
org.springframework.social.linkedin.api.UpdateContent
- All Implemented Interfaces:
- 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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateContent
public UpdateContent(String id,
String firstName,
String lastName,
String headline,
String industry,
String publicProfileUrl,
UrlResource siteStandardProfileRequest,
String profilePictureUrl)