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

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

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

Methods in com.google.code.linkedinapi.schema that return ImAccounts
 ImAccounts ObjectFactory.createImAccounts()
          Create an instance of ImAccounts
 ImAccounts SchemaElementFactory.createImAccounts()
          Create an instance of ImAccounts
 ImAccounts Person.getImAccounts()
          Gets the value of the imAccounts property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type ImAccounts
 void Person.setImAccounts(ImAccounts value)
          Sets the value of the imAccounts property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement ImAccounts
 class ImAccountsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return ImAccounts
 ImAccounts PersonImpl.getImAccounts()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type ImAccounts
 void PersonImpl.setImAccounts(ImAccounts value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return ImAccounts
 ImAccounts XppElementFactory.createImAccounts()
           
 ImAccounts PersonImpl.getImAccounts()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type ImAccounts
 void PersonImpl.setImAccounts(ImAccounts value)