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

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

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

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

Methods in com.google.code.linkedinapi.schema that return types with arguments of type Bucket
 java.util.List<Bucket> Buckets.getBucketList()
          Gets the value of the bucketList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Bucket
 class BucketImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type Bucket
protected  java.util.List<Bucket> BucketsImpl.bucketList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type Bucket
 java.util.List<Bucket> BucketsImpl.getBucketList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type Bucket
protected  java.util.List<Bucket> BucketsImpl.bucketList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return Bucket
 Bucket XppElementFactory.createBucket()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type Bucket
 java.util.List<Bucket> BucketsImpl.getBucketList()