public class Tasks.Tasklists.Get extends TasksRequest<TaskList>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String tasklist)
Returns the authenticated user's specified task list.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getTasklist()
Task list identifier.
|
Tasks.Tasklists.Get |
set(String parameterName,
Object value) |
Tasks.Tasklists.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
Tasks.Tasklists.Get |
setAccessToken(String accessToken)
OAuth access token.
|
Tasks.Tasklists.Get |
setAlt(String alt)
Data format for response.
|
Tasks.Tasklists.Get |
setCallback(String callback)
JSONP
|
Tasks.Tasklists.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Tasks.Tasklists.Get |
setKey(String key)
API key.
|
Tasks.Tasklists.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Tasks.Tasklists.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Tasks.Tasklists.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Tasks.Tasklists.Get |
setTasklist(String tasklist)
Task list identifier.
|
Tasks.Tasklists.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Tasks.Tasklists.Get |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Get(String tasklist)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Tasks.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
tasklist - Task list identifier.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<TaskList>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<TaskList>IOExceptionpublic Tasks.Tasklists.Get set$Xgafv(String $Xgafv)
TasksRequestset$Xgafv in class TasksRequest<TaskList>public Tasks.Tasklists.Get setAccessToken(String accessToken)
TasksRequestsetAccessToken in class TasksRequest<TaskList>public Tasks.Tasklists.Get setAlt(String alt)
TasksRequestsetAlt in class TasksRequest<TaskList>public Tasks.Tasklists.Get setCallback(String callback)
TasksRequestsetCallback in class TasksRequest<TaskList>public Tasks.Tasklists.Get setFields(String fields)
TasksRequestsetFields in class TasksRequest<TaskList>public Tasks.Tasklists.Get setKey(String key)
TasksRequestsetKey in class TasksRequest<TaskList>public Tasks.Tasklists.Get setOauthToken(String oauthToken)
TasksRequestsetOauthToken in class TasksRequest<TaskList>public Tasks.Tasklists.Get setPrettyPrint(Boolean prettyPrint)
TasksRequestsetPrettyPrint in class TasksRequest<TaskList>public Tasks.Tasklists.Get setQuotaUser(String quotaUser)
TasksRequestsetQuotaUser in class TasksRequest<TaskList>public Tasks.Tasklists.Get setUploadType(String uploadType)
TasksRequestsetUploadType in class TasksRequest<TaskList>public Tasks.Tasklists.Get setUploadProtocol(String uploadProtocol)
TasksRequestsetUploadProtocol in class TasksRequest<TaskList>public String getTasklist()
public Tasks.Tasklists.Get setTasklist(String tasklist)
public Tasks.Tasklists.Get set(String parameterName, Object value)
set in class TasksRequest<TaskList>Copyright © 2011–2025 Google. All rights reserved.