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

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

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

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

Methods in com.google.code.linkedinapi.schema that return types with arguments of type Facet
 java.util.List<Facet> Facets.getFacetList()
          Gets the value of the facetList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Facet
 class FacetImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type Facet
protected  java.util.List<Facet> FacetsImpl.facetList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type Facet
 java.util.List<Facet> FacetsImpl.getFacetList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type Facet
protected  java.util.List<Facet> FacetsImpl.facetList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return Facet
 Facet XppElementFactory.createFacet()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type Facet
 java.util.List<Facet> FacetsImpl.getFacetList()