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

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

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

Methods in com.google.code.linkedinapi.schema that return MailboxItem
 MailboxItem ObjectFactory.createMailboxItem()
          Create an instance of MailboxItem
 MailboxItem SchemaElementFactory.createMailboxItem()
          Create an instance of MailboxItem
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement MailboxItem
 class MailboxItemImpl
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return MailboxItem
 MailboxItem XppElementFactory.createMailboxItem()