public final class SearchItemsByViewUrlResponse
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Search API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
SearchItemsByViewUrlResponse() |
| Modifier and Type | Method and Description |
|---|---|
SearchItemsByViewUrlResponse |
clone() |
java.util.List<Item> |
getItems() |
java.lang.String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
|
SearchItemsByViewUrlResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
SearchItemsByViewUrlResponse |
setItems(java.util.List<Item> items) |
SearchItemsByViewUrlResponse |
setNextPageToken(java.lang.String nextPageToken)
Token to retrieve the next page of results, or empty if there are no more results in the list.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<Item> getItems()
null for nonepublic SearchItemsByViewUrlResponse setItems(java.util.List<Item> items)
items - items or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic SearchItemsByViewUrlResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic SearchItemsByViewUrlResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SearchItemsByViewUrlResponse clone()
clone in class com.google.api.client.json.GenericJson