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

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

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

Methods in com.google.code.linkedinapi.schema that return Recipients
 Recipients ObjectFactory.createRecipients()
          Create an instance of Recipients
 Recipients SchemaElementFactory.createRecipients()
          Create an instance of Recipients
 Recipients MailboxItem.getRecipients()
          Gets the value of the recipients property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Recipients
 void MailboxItem.setRecipients(Recipients value)
          Sets the value of the recipients property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Recipients
 class RecipientsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Recipients
 Recipients MailboxItemImpl.getRecipients()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return Recipients
 Recipients XppElementFactory.createRecipients()
           
 Recipients MailboxItemImpl.getRecipients()
           
 

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