| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
SearchResult |
SearchResult.clone() |
SearchResult |
SearchResult.set(java.lang.String fieldName,
java.lang.Object value) |
SearchResult |
SearchResult.setEtag(java.lang.String etag)
Etag of this resource.
|
SearchResult |
SearchResult.setId(ResourceId id)
The id object contains information that can be used to uniquely identify the resource that
matches the search request.
|
SearchResult |
SearchResult.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
SearchResult |
SearchResult.setSnippet(SearchResultSnippet snippet)
The snippet object contains basic details about a search result, such as its title or
description.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SearchResult> |
SearchListResponse.getItems()
A list of results that match the search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SearchListResponse |
SearchListResponse.setItems(java.util.List<SearchResult> items)
A list of results that match the search criteria.
|