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

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

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

Methods in com.google.code.linkedinapi.schema that return Buckets
 Buckets ObjectFactory.createBuckets()
          Create an instance of Buckets
 Buckets SchemaElementFactory.createBuckets()
          Create an instance of Buckets
 Buckets Facet.getBuckets()
          Gets the value of the buckets property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Buckets
 void Facet.setBuckets(Buckets value)
          Sets the value of the buckets property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Buckets
 class BucketsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Buckets
 Buckets FacetImpl.getBuckets()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Buckets
 void FacetImpl.setBuckets(Buckets value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Buckets
 Buckets XppElementFactory.createBuckets()
           
 Buckets FacetImpl.getBuckets()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Buckets
 void FacetImpl.setBuckets(Buckets value)