public class FullPersonSearchRequest extends SearchRequest implements Serializable
| Constructor and Description |
|---|
FullPersonSearchRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCallback()
For JSONP support in JavaScript applications.
|
Boolean |
getHideSponsored()
Whether to omit results marked "sponsored" (when additional data from this source is available behind a website paywall).
|
Boolean |
getInferPersons()
whether the API should return persons made up solely from data inferred by statistical analysis from your search query.
|
String |
getKey()
Your API key, this is our way to identify you and authorize your call.
|
Boolean |
getLiveFeeds()
Whether to use live data sources.
|
String |
getMatchRequirements()
A condition to specify what fields you must get back.
|
Double |
getMinimumMatch()
0 – 1.
|
Double |
getMinimumProbability()
0 – 1.
|
Person |
getPerson() |
Boolean |
getPretty()
Indicates whether you want the response to be "pretty-printed" (with indentation).
|
String |
getShowSources()
true/false/all/matching.
|
String |
getSourceCategoryRequirements()
A condition to specify what source categories you must get back.
|
Boolean |
getTopMatch()
"top_match=true" returns the best high-ranking Person match to your search.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCallback(String callback)
For JSONP support in JavaScript applications.
|
void |
setHideSponsored(Boolean hideSponsored)
Whether to omit results marked "sponsored" (when additional data from this source is available behind a website paywall).
|
void |
setInferPersons(Boolean inferPersons)
whether the API should return persons made up solely from data inferred by statistical analysis from your search query.
|
void |
setKey(String key)
Your API key, this is our way to identify you and authorize your call.
|
void |
setLiveFeeds(Boolean liveFeeds)
Whether to use live data sources.
|
void |
setMatchRequirements(String matchRequirements)
A condition to specify what fields you must get back.
|
void |
setMinimumMatch(Double minimumMatch)
0 – 1.
|
void |
setMinimumProbability(Double minimumProbability)
0 – 1.
|
void |
setPerson(Person person) |
void |
setPretty(Boolean pretty)
Indicates whether you want the response to be "pretty-printed" (with indentation).
|
void |
setShowSources(String showSources)
true/false/all/matching.
|
void |
setSourceCategoryRequirements(String sourceCategoryRequirements)
A condition to specify what source categories you must get back.
|
void |
setTopMatch(Boolean topMatch)
"top_match=true" returns the best high-ranking Person match to your search.
|
String |
toString() |
FullPersonSearchRequest |
withAdditionalProperty(String name,
Object value) |
FullPersonSearchRequest |
withCallback(String callback) |
FullPersonSearchRequest |
withHideSponsored(Boolean hideSponsored) |
FullPersonSearchRequest |
withInferPersons(Boolean inferPersons) |
FullPersonSearchRequest |
withKey(String key) |
FullPersonSearchRequest |
withLiveFeeds(Boolean liveFeeds) |
FullPersonSearchRequest |
withMatchRequirements(String matchRequirements) |
FullPersonSearchRequest |
withMinimumMatch(Double minimumMatch) |
FullPersonSearchRequest |
withMinimumProbability(Double minimumProbability) |
FullPersonSearchRequest |
withPerson(Person person) |
FullPersonSearchRequest |
withPretty(Boolean pretty) |
FullPersonSearchRequest |
withShowSources(String showSources) |
FullPersonSearchRequest |
withSourceCategoryRequirements(String sourceCategoryRequirements) |
FullPersonSearchRequest |
withTopMatch(Boolean topMatch) |
public Person getPerson()
public void setPerson(Person person)
public FullPersonSearchRequest withPerson(Person person)
public String getKey()
getKey in class SearchRequestpublic void setKey(String key)
setKey in class SearchRequestpublic FullPersonSearchRequest withKey(String key)
withKey in class SearchRequestpublic Boolean getPretty()
getPretty in class SearchRequestpublic void setPretty(Boolean pretty)
setPretty in class SearchRequestpublic FullPersonSearchRequest withPretty(Boolean pretty)
withPretty in class SearchRequestpublic Double getMinimumProbability()
getMinimumProbability in class SearchRequestpublic void setMinimumProbability(Double minimumProbability)
setMinimumProbability in class SearchRequestpublic FullPersonSearchRequest withMinimumProbability(Double minimumProbability)
withMinimumProbability in class SearchRequestpublic Boolean getInferPersons()
getInferPersons in class SearchRequestpublic void setInferPersons(Boolean inferPersons)
setInferPersons in class SearchRequestpublic FullPersonSearchRequest withInferPersons(Boolean inferPersons)
withInferPersons in class SearchRequestpublic Double getMinimumMatch()
getMinimumMatch in class SearchRequestpublic void setMinimumMatch(Double minimumMatch)
setMinimumMatch in class SearchRequestpublic FullPersonSearchRequest withMinimumMatch(Double minimumMatch)
withMinimumMatch in class SearchRequestpublic String getShowSources()
getShowSources in class SearchRequestpublic void setShowSources(String showSources)
setShowSources in class SearchRequestpublic FullPersonSearchRequest withShowSources(String showSources)
withShowSources in class SearchRequestpublic Boolean getHideSponsored()
getHideSponsored in class SearchRequestpublic void setHideSponsored(Boolean hideSponsored)
setHideSponsored in class SearchRequestpublic FullPersonSearchRequest withHideSponsored(Boolean hideSponsored)
withHideSponsored in class SearchRequestpublic Boolean getLiveFeeds()
getLiveFeeds in class SearchRequestpublic void setLiveFeeds(Boolean liveFeeds)
setLiveFeeds in class SearchRequestpublic FullPersonSearchRequest withLiveFeeds(Boolean liveFeeds)
withLiveFeeds in class SearchRequestpublic String getMatchRequirements()
getMatchRequirements in class SearchRequestpublic void setMatchRequirements(String matchRequirements)
setMatchRequirements in class SearchRequestpublic FullPersonSearchRequest withMatchRequirements(String matchRequirements)
withMatchRequirements in class SearchRequestpublic String getSourceCategoryRequirements()
getSourceCategoryRequirements in class SearchRequestpublic void setSourceCategoryRequirements(String sourceCategoryRequirements)
setSourceCategoryRequirements in class SearchRequestpublic FullPersonSearchRequest withSourceCategoryRequirements(String sourceCategoryRequirements)
withSourceCategoryRequirements in class SearchRequestpublic String getCallback()
getCallback in class SearchRequestpublic void setCallback(String callback)
setCallback in class SearchRequestpublic FullPersonSearchRequest withCallback(String callback)
withCallback in class SearchRequestpublic Boolean getTopMatch()
getTopMatch in class SearchRequestpublic void setTopMatch(Boolean topMatch)
setTopMatch in class SearchRequestpublic FullPersonSearchRequest withTopMatch(Boolean topMatch)
withTopMatch in class SearchRequestpublic Map<String,Object> getAdditionalProperties()
getAdditionalProperties in class SearchRequestpublic void setAdditionalProperty(String name, Object value)
setAdditionalProperty in class SearchRequestpublic FullPersonSearchRequest withAdditionalProperty(String name, Object value)
withAdditionalProperty in class SearchRequestpublic String toString()
toString in class SearchRequestpublic int hashCode()
hashCode in class SearchRequestpublic boolean equals(Object other)
equals in class SearchRequestCopyright © 2020 The Apache Software Foundation. All rights reserved.