public class MapsEngine.Projects.Icons.List extends MapsEngineRequest<IconsListResponse>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
MapsEngine.Projects.Icons.List(String projectId)
Return all icons in the current project
Create a request for the method "icons.list".
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
Long |
getMaxResults()
The maximum number of items to include in a single response page.
|
String |
getPageToken()
The continuation token, used to page through large result sets.
|
String |
getProjectId()
The ID of the project.
|
MapsEngine.Projects.Icons.List |
set(String parameterName,
Object value) |
MapsEngine.Projects.Icons.List |
setAlt(String alt)
Data format for the response.
|
MapsEngine.Projects.Icons.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
MapsEngine.Projects.Icons.List |
setKey(String key)
API key.
|
MapsEngine.Projects.Icons.List |
setMaxResults(Long maxResults)
The maximum number of items to include in a single response page.
|
MapsEngine.Projects.Icons.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
MapsEngine.Projects.Icons.List |
setPageToken(String pageToken)
The continuation token, used to page through large result sets.
|
MapsEngine.Projects.Icons.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
MapsEngine.Projects.Icons.List |
setProjectId(String projectId)
The ID of the project.
|
MapsEngine.Projects.Icons.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
MapsEngine.Projects.Icons.List |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected MapsEngine.Projects.Icons.List(String projectId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
MapsEngine.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
projectId - The ID of the project.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<IconsListResponse>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<IconsListResponse>IOExceptionpublic MapsEngine.Projects.Icons.List setAlt(String alt)
MapsEngineRequestsetAlt in class MapsEngineRequest<IconsListResponse>public MapsEngine.Projects.Icons.List setFields(String fields)
MapsEngineRequestsetFields in class MapsEngineRequest<IconsListResponse>public MapsEngine.Projects.Icons.List setKey(String key)
MapsEngineRequestsetKey in class MapsEngineRequest<IconsListResponse>public MapsEngine.Projects.Icons.List setOauthToken(String oauthToken)
MapsEngineRequestsetOauthToken in class MapsEngineRequest<IconsListResponse>public MapsEngine.Projects.Icons.List setPrettyPrint(Boolean prettyPrint)
MapsEngineRequestsetPrettyPrint in class MapsEngineRequest<IconsListResponse>public MapsEngine.Projects.Icons.List setQuotaUser(String quotaUser)
MapsEngineRequestsetQuotaUser in class MapsEngineRequest<IconsListResponse>public MapsEngine.Projects.Icons.List setUserIp(String userIp)
MapsEngineRequestsetUserIp in class MapsEngineRequest<IconsListResponse>public String getProjectId()
public MapsEngine.Projects.Icons.List setProjectId(String projectId)
public String getPageToken()
public MapsEngine.Projects.Icons.List setPageToken(String pageToken)
public Long getMaxResults()
public MapsEngine.Projects.Icons.List setMaxResults(Long maxResults)
public MapsEngine.Projects.Icons.List set(String parameterName, Object value)
set in class MapsEngineRequest<IconsListResponse>