public interface

PeopleSearch

implements SchemaEntity
com.google.code.linkedinapi.schema.PeopleSearch
Known Indirect Subclasses

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}num-results"/>
         <element ref="{}people" minOccurs="0"/>
         <element ref="{}facets" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Facets getFacets()
Gets the value of the facets property.
abstract Long getNumResults()
Gets the value of the numResults property.
abstract People getPeople()
Gets the value of the people property.
abstract void setFacets(Facets value)
Sets the value of the facets property.
abstract void setNumResults(Long value)
Sets the value of the numResults property.
abstract void setPeople(People value)
Sets the value of the people property.

Public Methods

public abstract Facets getFacets ()

Gets the value of the facets property.

Returns

public abstract Long getNumResults ()

Gets the value of the numResults property.

Returns
  • possible object is String

public abstract People getPeople ()

Gets the value of the people property.

Returns

public abstract void setFacets (Facets value)

Sets the value of the facets property.

Parameters
value Allowed object is Facets

public abstract void setNumResults (Long value)

Sets the value of the numResults property.

Parameters
value Allowed object is String

public abstract void setPeople (People value)

Sets the value of the people property.

Parameters
value Allowed object is People