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

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

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

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

Methods in com.google.code.linkedinapi.schema that return types with arguments of type Recipient
 java.util.List<Recipient> Recipients.getRecipientList()
          Gets the value of the recipientList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Recipient
 class RecipientImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type Recipient
protected  java.util.List<Recipient> RecipientsImpl.recipientList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type Recipient
 java.util.List<Recipient> RecipientsImpl.getRecipientList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type Recipient
protected  java.util.List<Recipient> RecipientsImpl.recipientList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return Recipient
 Recipient XppElementFactory.createRecipient()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type Recipient
 java.util.List<Recipient> RecipientsImpl.getRecipientList()