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

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

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

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

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

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

Classes in com.google.code.linkedinapi.schema.impl that implement Attribution
 class AttributionImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Attribution
 Attribution ShareImpl.getAttribution()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Attribution
 void ShareImpl.setAttribution(Attribution value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Attribution
 Attribution XppElementFactory.createAttribution()
           
 Attribution ShareImpl.getAttribution()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Attribution
 void ShareImpl.setAttribution(Attribution value)