| Package | Description |
|---|---|
| com.google.api.services.customsearch.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Search |
Search.clone() |
Search |
Search.set(String fieldName,
Object value) |
Search |
Search.setContext(Map<String,Object> context)
Metadata and refinements associated with the given search engine, including: * The name of the
search engine that was used for the query.
|
Search |
Search.setItems(List<Result> items)
The current set of custom search results.
|
Search |
Search.setKind(String kind)
Unique identifier for the type of current object.
|
Search |
Search.setPromotions(List<Promotion> promotions)
The set of [promotions](https://developers.google.com/custom-search/docs/promotions).
|
Search |
Search.setQueries(Search.Queries queries)
Query metadata for the previous, current, and next pages of results.
|
Search |
Search.setSearchInformation(Search.SearchInformation searchInformation)
Metadata about a search operation.
|
Search |
Search.setSpelling(Search.Spelling spelling)
Spell correction information for a query.
|
Search |
Search.setUrl(Search.Url url)
OpenSearch template and URL.
|
Copyright © 2011–2024 Google. All rights reserved.