Uses of Interface
com.google.code.linkedinapi.schema.Content

Packages that use Content
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of Content in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return Content
 Content ObjectFactory.createContent()
          Create an instance of Content
 Content SchemaElementFactory.createContent()
          Create an instance of Content
 Content Share.getContent()
          Gets the value of the content property.
 Content CurrentShare.getContent()
          Gets the value of the content property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Content
 void Share.setContent(Content value)
          Sets the value of the content property.
 void CurrentShare.setContent(Content value)
          Sets the value of the content property.
 

Uses of Content in com.google.code.linkedinapi.schema.impl
 

Classes in com.google.code.linkedinapi.schema.impl that implement Content
 class ContentImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Content
 Content ShareImpl.getContent()
           
 Content CurrentShareImpl.getContent()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Content
 void ShareImpl.setContent(Content value)
           
 void CurrentShareImpl.setContent(Content value)
           
 

Uses of Content in com.google.code.linkedinapi.schema.xpp
 

Methods in com.google.code.linkedinapi.schema.xpp that return Content
 Content XppElementFactory.createContent()
           
 Content ShareImpl.getContent()
           
 Content CurrentShareImpl.getContent()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Content
 void ShareImpl.setContent(Content value)
           
 void CurrentShareImpl.setContent(Content value)