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

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

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

Methods in com.google.code.linkedinapi.schema that return Share
 Share ObjectFactory.createShare()
          Create an instance of Share
 Share SchemaElementFactory.createShare()
          Create an instance of Share
 Share Attribution.getShare()
          Gets the value of the share property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Share
 void Attribution.setShare(Share value)
          Sets the value of the share property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Share
 class ShareImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Share
 Share AttributionImpl.getShare()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Share
 void AttributionImpl.setShare(Share value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Share
 Share XppElementFactory.createShare()
           
 Share AttributionImpl.getShare()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Share
 void AttributionImpl.setShare(Share value)