public class Tasks.TasksOperations.List extends TasksRequest<Tasks>
com.google.api.client.util.GenericData.Flags
AbstractMap.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 task lists returned on one page.
|
String |
getPageToken()
Token specifying the result page to return.
|
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 task lists 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 |
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, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected 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>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Tasks>
IOException
public Tasks.TasksOperations.List set$Xgafv(String $Xgafv)
TasksRequest
set$Xgafv
in class TasksRequest<Tasks>
public Tasks.TasksOperations.List setAccessToken(String accessToken)
TasksRequest
setAccessToken
in class TasksRequest<Tasks>
public Tasks.TasksOperations.List setAlt(String alt)
TasksRequest
setAlt
in class TasksRequest<Tasks>
public Tasks.TasksOperations.List setCallback(String callback)
TasksRequest
setCallback
in class TasksRequest<Tasks>
public Tasks.TasksOperations.List setFields(String fields)
TasksRequest
setFields
in class TasksRequest<Tasks>
public Tasks.TasksOperations.List setKey(String key)
TasksRequest
setKey
in class TasksRequest<Tasks>
public Tasks.TasksOperations.List setOauthToken(String oauthToken)
TasksRequest
setOauthToken
in class TasksRequest<Tasks>
public Tasks.TasksOperations.List setPrettyPrint(Boolean prettyPrint)
TasksRequest
setPrettyPrint
in class TasksRequest<Tasks>
public Tasks.TasksOperations.List setQuotaUser(String quotaUser)
TasksRequest
setQuotaUser
in class TasksRequest<Tasks>
public Tasks.TasksOperations.List setUploadType(String uploadType)
TasksRequest
setUploadType
in class TasksRequest<Tasks>
public Tasks.TasksOperations.List setUploadProtocol(String uploadProtocol)
TasksRequest
setUploadProtocol
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 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–2023 Google. All rights reserved.