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

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

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

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

Methods in com.google.code.linkedinapi.schema that return types with arguments of type Property
 java.util.List<Property> NetworkStats.getPropertyList()
          Gets the value of the propertyList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Property
 class PropertyImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type Property
protected  java.util.List<Property> NetworkStatsImpl.propertyList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type Property
 java.util.List<Property> NetworkStatsImpl.getPropertyList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type Property
protected  java.util.List<Property> NetworkStatsImpl.propertyList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return Property
 Property XppElementFactory.createProperty()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type Property
 java.util.List<Property> NetworkStatsImpl.getPropertyList()