public class

PeopleSearchImpl

extends Object
implements PeopleSearch Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.PeopleSearchImpl

Summary

Constants
long serialVersionUID
Fields
protected FacetsImpl facets
protected Long numResults
protected PeopleImpl people
Public Constructors
PeopleSearchImpl()
Public Methods
Facets getFacets()
Gets the value of the facets property.
Long getNumResults()
Gets the value of the numResults property.
People getPeople()
Gets the value of the people property.
void setFacets(Facets value)
Sets the value of the facets property.
void setNumResults(Long value)
Sets the value of the numResults property.
void setPeople(People value)
Sets the value of the people property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.PeopleSearch

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected FacetsImpl facets

protected Long numResults

protected PeopleImpl people

Public Constructors

public PeopleSearchImpl ()

Public Methods

public Facets getFacets ()

Gets the value of the facets property.

Returns

public Long getNumResults ()

Gets the value of the numResults property.

Returns
  • possible object is String

public People getPeople ()

Gets the value of the people property.

Returns

public void setFacets (Facets value)

Sets the value of the facets property.

Parameters
value Allowed object is Facets

public void setNumResults (Long value)

Sets the value of the numResults property.

Parameters
value Allowed object is String

public void setPeople (People value)

Sets the value of the people property.

Parameters
value Allowed object is People