public abstract class Request extends com.google.api.client.http.GenericUrl implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Request.ApiType
Diffbot API type.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Request(String encodedUrl)
Constructs from an encoded URL.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Request.ApiType |
getApiType() |
appendRawPath, build, buildAuthority, buildRelativeUrl, clone, equals, getAll, getFirst, getFragment, getHost, getPathParts, getPort, getRawPath, getScheme, hashCode, set, setFragment, setHost, setPathParts, setPort, setRawPath, setScheme, toPathParts, toString, toURI, toURL, toURLentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuespublic Request(String encodedUrl)
Any known query parameters with pre-defined fields as data keys will be parsed based on their data type. Any unrecognized query parameter will always be parsed as a string.
Any URISyntaxException is wrapped in an IllegalArgumentException.
encodedUrl - encoded URL, including any existing query parameters that should be parsedIllegalArgumentException - if URL has a syntax errorpublic abstract Request.ApiType getApiType()
Copyright © 2013. All Rights Reserved.