org.jboss.seam.social.linkedin.model
Interface Update
public interface Update
Implementation of this Interface will contain an update ready to be sent to
LinkedIn
- Author:
- Antoine Sabot-Durand
getLocale
String getLocale()
- Returns:
setLocale
void setLocale(String locale)
- Parameters:
locale -
getContentType
String getContentType()
- Returns:
setContentType
void setContentType(String contentType)
- Parameters:
contentType -
getBody
String getBody()
- Returns:
setBody
void setBody(String body)
- Parameters:
body -
Copyright © 2011 Seam Framework. All Rights Reserved.