public final class SearchItemsByViewUrlRequest
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 |
|---|
SearchItemsByViewUrlRequest() |
| Modifier and Type | Method and Description |
|---|---|
SearchItemsByViewUrlRequest |
clone() |
DebugOptions |
getDebugOptions()
Common debug options.
|
java.lang.String |
getPageToken()
The next_page_token value returned from a previous request, if any.
|
java.lang.String |
getViewUrl()
Specify the full view URL to find the corresponding item.
|
SearchItemsByViewUrlRequest |
set(java.lang.String fieldName,
java.lang.Object value) |
SearchItemsByViewUrlRequest |
setDebugOptions(DebugOptions debugOptions)
Common debug options.
|
SearchItemsByViewUrlRequest |
setPageToken(java.lang.String pageToken)
The next_page_token value returned from a previous request, if any.
|
SearchItemsByViewUrlRequest |
setViewUrl(java.lang.String viewUrl)
Specify the full view URL to find the corresponding item.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic DebugOptions getDebugOptions()
null for nonepublic SearchItemsByViewUrlRequest setDebugOptions(DebugOptions debugOptions)
debugOptions - debugOptions or null for nonepublic java.lang.String getPageToken()
null for nonepublic SearchItemsByViewUrlRequest setPageToken(java.lang.String pageToken)
pageToken - pageToken or null for nonepublic java.lang.String getViewUrl()
null for nonepublic SearchItemsByViewUrlRequest setViewUrl(java.lang.String viewUrl)
viewUrl - viewUrl or null for nonepublic SearchItemsByViewUrlRequest set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SearchItemsByViewUrlRequest clone()
clone in class com.google.api.client.json.GenericJson