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

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

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

Methods in com.google.code.linkedinapi.schema that return ItemContent
 ItemContent ObjectFactory.createItemContent()
          Create an instance of ItemContent
 ItemContent SchemaElementFactory.createItemContent()
          Create an instance of ItemContent
 ItemContent MailboxItem.getItemContent()
          Gets the value of the itemContent property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type ItemContent
 void MailboxItem.setItemContent(ItemContent value)
          Sets the value of the itemContent property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement ItemContent
 class ItemContentImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return ItemContent
 ItemContent MailboxItemImpl.getItemContent()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type ItemContent
 void MailboxItemImpl.setItemContent(ItemContent value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return ItemContent
 ItemContent XppElementFactory.createItemContent()
           
 ItemContent MailboxItemImpl.getItemContent()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type ItemContent
 void MailboxItemImpl.setItemContent(ItemContent value)