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

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

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

Methods in com.google.code.linkedinapi.schema that return TwitterAccounts
 TwitterAccounts ObjectFactory.createTwitterAccounts()
          Create an instance of TwitterAccounts
 TwitterAccounts SchemaElementFactory.createTwitterAccounts()
          Create an instance of TwitterAccounts
 TwitterAccounts Person.getTwitterAccounts()
          Gets the value of the twitterAccounts property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type TwitterAccounts
 void Person.setTwitterAccounts(TwitterAccounts value)
          Sets the value of the twitterAccounts property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement TwitterAccounts
 class TwitterAccountsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return TwitterAccounts
 TwitterAccounts PersonImpl.getTwitterAccounts()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return TwitterAccounts
 TwitterAccounts XppElementFactory.createTwitterAccounts()
           
 TwitterAccounts PersonImpl.getTwitterAccounts()
           
 

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