The "tasklists" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($tasklist, $optParams=array()) |
| Deletes the authenticated user's specified task list.
|
|
| get ($tasklist, $optParams=array()) |
| Returns the authenticated user's specified task list.
|
|
| insert (Google_Service_Tasks_TaskList $postBody, $optParams=array()) |
| Creates a new task list and adds it to the authenticated user's task lists.
|
|
| listTasklists ($optParams=array()) |
| Returns all the authenticated user's task lists.
|
|
| patch ($tasklist, Google_Service_Tasks_TaskList $postBody, $optParams=array()) |
| Updates the authenticated user's specified task list.
|
|
| update ($tasklist, Google_Service_Tasks_TaskList $postBody, $optParams=array()) |
| Updates the authenticated user's specified task list.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "tasklists" collection of methods.
Typical usage is: $tasksService = new Google_Service_Tasks(...); $tasklists = $tasksService->tasklists;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
Google_Service_Tasks_Tasklists_Resource::delete |
( |
| $tasklist, |
|
|
| $optParams = array() ) |
Deletes the authenticated user's specified task list.
(tasklists.delete)
- Parameters
-
string | $tasklist | Task list identifier. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Tasks_Tasklists_Resource::get |
( |
| $tasklist, |
|
|
| $optParams = array() ) |
Returns the authenticated user's specified task list.
(tasklists.get)
- Parameters
-
string | $tasklist | Task list identifier. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Creates a new task list and adds it to the authenticated user's task lists.
(tasklists.insert)
- Parameters
-
Google_TaskList | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listTasklists()
Google_Service_Tasks_Tasklists_Resource::listTasklists |
( |
| $optParams = array() | ) |
|
Returns all the authenticated user's task lists.
(tasklists.listTasklists)
- Parameters
-
array | $optParams | Optional parameters. |
@opt_param string pageToken Token specifying the result page to return. Optional. @opt_param string maxResults Maximum number of task lists returned on one page. Optional. The default is 100.
- Return values
-
◆ patch()
Updates the authenticated user's specified task list.
This method supports patch semantics. (tasklists.patch)
- Parameters
-
string | $tasklist | Task list identifier. |
Google_TaskList | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates the authenticated user's specified task list.
(tasklists.update)
- Parameters
-
string | $tasklist | Task list identifier. |
Google_TaskList | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Tasks.php