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

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

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

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

Methods in com.google.code.linkedinapi.schema that return types with arguments of type TwitterAccount
 java.util.List<TwitterAccount> TwitterAccounts.getTwitterAccountList()
          Gets the value of the twitterAccountList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement TwitterAccount
 class TwitterAccountImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type TwitterAccount
protected  java.util.List<TwitterAccount> TwitterAccountsImpl.twitterAccountList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type TwitterAccount
 java.util.List<TwitterAccount> TwitterAccountsImpl.getTwitterAccountList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type TwitterAccount
protected  java.util.List<TwitterAccount> TwitterAccountsImpl.twitterAccountList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return TwitterAccount
 TwitterAccount XppElementFactory.createTwitterAccount()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type TwitterAccount
 java.util.List<TwitterAccount> TwitterAccountsImpl.getTwitterAccountList()