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

Packages that use Facets
com.google.code.linkedinapi.client.examples   
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of Facets in com.google.code.linkedinapi.client.examples
 

Methods in com.google.code.linkedinapi.client.examples with parameters of type Facets
private static void SearchApiExample.printResult(Facets facets)
           
 

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

Methods in com.google.code.linkedinapi.schema that return Facets
 Facets ObjectFactory.createFacets()
          Create an instance of Facets
 Facets SchemaElementFactory.createFacets()
          Create an instance of Facets
 Facets PeopleSearch.getFacets()
          Gets the value of the facets property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Facets
 void PeopleSearch.setFacets(Facets value)
          Sets the value of the facets property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Facets
 class FacetsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Facets
 Facets PeopleSearchImpl.getFacets()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Facets
 void PeopleSearchImpl.setFacets(Facets value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Facets
 Facets XppElementFactory.createFacets()
           
 Facets PeopleSearchImpl.getFacets()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Facets
 void PeopleSearchImpl.setFacets(Facets value)