public class Tasks.TasksOperations.List extends TasksRequest<Tasks>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String tasklist)
Returns all tasks in the specified task list.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getCompletedMax()
Upper bound for a task's completion date (as a RFC 3339 timestamp) to filter by.
|
String |
getCompletedMin()
Lower bound for a task's completion date (as a RFC 3339 timestamp) to filter by.
|
String |
getDueMax()
Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by.
|
String |
getDueMin()
Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by.
|
Integer |
getMaxResults()
Maximum number of tasks returned on one page.
|
String |
getPageToken()
Token specifying the result page to return.
|
Boolean |
getShowAssigned()
Optional.
|
Boolean |
getShowCompleted()
Flag indicating whether completed tasks are returned in the result.
|
Boolean |
getShowDeleted()
Flag indicating whether deleted tasks are returned in the result.
|
Boolean |
getShowHidden()
Flag indicating whether hidden tasks are returned in the result.
|
String |
getTasklist()
Task list identifier.
|
String |
getUpdatedMin()
Lower bound for a task's last modification time (as a RFC 3339 timestamp) to filter by.
|
Tasks.TasksOperations.List |
set(String parameterName,
Object value) |
Tasks.TasksOperations.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Tasks.TasksOperations.List |
setAccessToken(String accessToken)
OAuth access token.
|
Tasks.TasksOperations.List |
setAlt(String alt)
Data format for response.
|
Tasks.TasksOperations.List |
setCallback(String callback)
JSONP
|
Tasks.TasksOperations.List |
setCompletedMax(String completedMax)
Upper bound for a task's completion date (as a RFC 3339 timestamp) to filter by.
|
Tasks.TasksOperations.List |
setCompletedMin(String completedMin)
Lower bound for a task's completion date (as a RFC 3339 timestamp) to filter by.
|
Tasks.TasksOperations.List |
setDueMax(String dueMax)
Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by.
|
Tasks.TasksOperations.List |
setDueMin(String dueMin)
Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by.
|
Tasks.TasksOperations.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Tasks.TasksOperations.List |
setKey(String key)
API key.
|
Tasks.TasksOperations.List |
setMaxResults(Integer maxResults)
Maximum number of tasks returned on one page.
|
Tasks.TasksOperations.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Tasks.TasksOperations.List |
setPageToken(String pageToken)
Token specifying the result page to return.
|
Tasks.TasksOperations.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Tasks.TasksOperations.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Tasks.TasksOperations.List |
setShowAssigned(Boolean showAssigned)
Optional.
|
Tasks.TasksOperations.List |
setShowCompleted(Boolean showCompleted)
Flag indicating whether completed tasks are returned in the result.
|
Tasks.TasksOperations.List |
setShowDeleted(Boolean showDeleted)
Flag indicating whether deleted tasks are returned in the result.
|
Tasks.TasksOperations.List |
setShowHidden(Boolean showHidden)
Flag indicating whether hidden tasks are returned in the result.
|
Tasks.TasksOperations.List |
setTasklist(String tasklist)
Task list identifier.
|
Tasks.TasksOperations.List |
setUpdatedMin(String updatedMin)
Lower bound for a task's last modification time (as a RFC 3339 timestamp) to filter by.
|
Tasks.TasksOperations.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Tasks.TasksOperations.List |
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 List(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<Tasks>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Tasks>IOExceptionpublic Tasks.TasksOperations.List set$Xgafv(String $Xgafv)
TasksRequestset$Xgafv in class TasksRequest<Tasks>public Tasks.TasksOperations.List setAccessToken(String accessToken)
TasksRequestsetAccessToken in class TasksRequest<Tasks>public Tasks.TasksOperations.List setAlt(String alt)
TasksRequestsetAlt in class TasksRequest<Tasks>public Tasks.TasksOperations.List setCallback(String callback)
TasksRequestsetCallback in class TasksRequest<Tasks>public Tasks.TasksOperations.List setFields(String fields)
TasksRequestsetFields in class TasksRequest<Tasks>public Tasks.TasksOperations.List setKey(String key)
TasksRequestsetKey in class TasksRequest<Tasks>public Tasks.TasksOperations.List setOauthToken(String oauthToken)
TasksRequestsetOauthToken in class TasksRequest<Tasks>public Tasks.TasksOperations.List setPrettyPrint(Boolean prettyPrint)
TasksRequestsetPrettyPrint in class TasksRequest<Tasks>public Tasks.TasksOperations.List setQuotaUser(String quotaUser)
TasksRequestsetQuotaUser in class TasksRequest<Tasks>public Tasks.TasksOperations.List setUploadType(String uploadType)
TasksRequestsetUploadType in class TasksRequest<Tasks>public Tasks.TasksOperations.List setUploadProtocol(String uploadProtocol)
TasksRequestsetUploadProtocol in class TasksRequest<Tasks>public String getTasklist()
public Tasks.TasksOperations.List setTasklist(String tasklist)
public String getCompletedMax()
public Tasks.TasksOperations.List setCompletedMax(String completedMax)
public String getCompletedMin()
public Tasks.TasksOperations.List setCompletedMin(String completedMin)
public String getDueMax()
public Tasks.TasksOperations.List setDueMax(String dueMax)
public String getDueMin()
public Tasks.TasksOperations.List setDueMin(String dueMin)
public Integer getMaxResults()
public Tasks.TasksOperations.List setMaxResults(Integer maxResults)
public String getPageToken()
public Tasks.TasksOperations.List setPageToken(String pageToken)
public Boolean getShowAssigned()
public Tasks.TasksOperations.List setShowAssigned(Boolean showAssigned)
public Boolean getShowCompleted()
public Tasks.TasksOperations.List setShowCompleted(Boolean showCompleted)
public Boolean getShowDeleted()
public Tasks.TasksOperations.List setShowDeleted(Boolean showDeleted)
public Boolean getShowHidden()
public Tasks.TasksOperations.List setShowHidden(Boolean showHidden)
public String getUpdatedMin()
public Tasks.TasksOperations.List setUpdatedMin(String updatedMin)
public Tasks.TasksOperations.List set(String parameterName, Object value)
set in class TasksRequest<Tasks>Copyright © 2011–2025 Google. All rights reserved.