Package | Description |
---|---|
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
SearchListResponse |
SearchListResponse.clone() |
SearchListResponse |
SearchListResponse.set(String fieldName,
Object value) |
SearchListResponse |
SearchListResponse.setEtag(String etag)
Etag of this resource.
|
SearchListResponse |
SearchListResponse.setEventId(String eventId)
Serialized EventId of the request which produced this response.
|
SearchListResponse |
SearchListResponse.setItems(List<SearchResult> items)
A list of results that match the search criteria.
|
SearchListResponse |
SearchListResponse.setKind(String kind)
Identifies what kind of resource this is.
|
SearchListResponse |
SearchListResponse.setNextPageToken(String nextPageToken)
The token that can be used as the value of the pageToken parameter to retrieve the next page in
the result set.
|
SearchListResponse |
SearchListResponse.setPageInfo(PageInfo pageInfo) |
SearchListResponse |
SearchListResponse.setPrevPageToken(String prevPageToken)
The token that can be used as the value of the pageToken parameter to retrieve the previous
page in the result set.
|
SearchListResponse |
SearchListResponse.setTokenPagination(TokenPagination tokenPagination) |
SearchListResponse |
SearchListResponse.setVisitorId(String visitorId)
The visitorId identifies the visitor.
|