org.jboss.seam.social.linkedin.model
Interface Update


public interface Update

Implementation of this Interface will contain an update ready to be sent to LinkedInRelated

Author:
Antoine Sabot-Durand

Method Summary
 String getBody()
           
 String getContentType()
           
 String getLocale()
           
 void setBody(String body)
           
 void setContentType(String contentType)
           
 void setLocale(String locale)
           
 

Method Detail

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.