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

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

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

Methods in com.google.code.linkedinapi.schema that return CurrentShare
 CurrentShare ObjectFactory.createCurrentShare()
          Create an instance of CurrentShare
 CurrentShare SchemaElementFactory.createCurrentShare()
          Create an instance of CurrentShare
 CurrentShare Person.getCurrentShare()
          Gets the value of the currentShare property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type CurrentShare
 void Person.setCurrentShare(CurrentShare value)
          Sets the value of the currentShare property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement CurrentShare
 class CurrentShareImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return CurrentShare
 CurrentShare PersonImpl.getCurrentShare()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return CurrentShare
 CurrentShare XppElementFactory.createCurrentShare()
           
 CurrentShare PersonImpl.getCurrentShare()
           
 

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