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

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

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

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

Methods in com.google.code.linkedinapi.schema that return types with arguments of type ImAccount
 java.util.List<ImAccount> ImAccounts.getImAccountList()
          Gets the value of the imAccountList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement ImAccount
 class ImAccountImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type ImAccount
protected  java.util.List<ImAccount> ImAccountsImpl.imAccountList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type ImAccount
 java.util.List<ImAccount> ImAccountsImpl.getImAccountList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type ImAccount
protected  java.util.List<ImAccount> ImAccountsImpl.imAccountList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return ImAccount
 ImAccount XppElementFactory.createImAccount()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type ImAccount
 java.util.List<ImAccount> ImAccountsImpl.getImAccountList()