public class CustomSearchAPI.Cse extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CustomSearchAPI.Cse.List |
class |
CustomSearchAPI.Cse.Siterestrict
The "siterestrict" collection of methods.
|
| Constructor and Description |
|---|
Cse() |
| Modifier and Type | Method and Description |
|---|---|
CustomSearchAPI.Cse.List |
list()
Returns metadata about the search performed, metadata about the engine used for the search, and
the search results.
|
CustomSearchAPI.Cse.Siterestrict |
siterestrict()
An accessor for creating requests from the Siterestrict collection.
|
public CustomSearchAPI.Cse.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic CustomSearchAPI.Cse.Siterestrict siterestrict()
The typical use is:
CustomSearchAPI customsearch = new CustomSearchAPI(...);CustomSearchAPI.Siterestrict.List request = customsearch.siterestrict().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.