@@ -2009,18 +2009,18 @@ public Move setDestinationTasklist(java.lang.String destinationTasklist) {
2009
2009
/**
2010
2010
* Optional. New parent task identifier. If the task is moved to the top level, this parameter
2011
2011
* is omitted. The task set as parent must exist in the task list and can not be hidden.
2012
- * Exceptions: 1. Assigned tasks can not be set as parent task (have subtasks) or be moved
2013
- * under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot
2014
- * be nested, so the parent field must be empty.
2012
+ * Exceptions: 1. Assigned and repeating tasks cannot be set as parent tasks (have subtasks),
2013
+ * or be moved under a parent task (become subtasks). 2. Tasks that are both completed and
2014
+ * hidden cannot be nested, so the parent field must be empty.
2015
2015
*/
2016
2016
@ com .google .api .client .util .Key
2017
2017
private java .lang .String parent ;
2018
2018
2019
2019
/** Optional. New parent task identifier. If the task is moved to the top level, this parameter is
2020
2020
omitted. The task set as parent must exist in the task list and can not be hidden. Exceptions: 1.
2021
- Assigned tasks can not be set as parent task (have subtasks) or be moved under a parent task
2022
- (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the parent
2023
- field must be empty.
2021
+ Assigned and repeating tasks cannot be set as parent tasks (have subtasks), or be moved under a
2022
+ parent task (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the
2023
+ parent field must be empty.
2024
2024
*/
2025
2025
public java .lang .String getParent () {
2026
2026
return parent ;
@@ -2029,9 +2029,9 @@ public java.lang.String getParent() {
2029
2029
/**
2030
2030
* Optional. New parent task identifier. If the task is moved to the top level, this parameter
2031
2031
* is omitted. The task set as parent must exist in the task list and can not be hidden.
2032
- * Exceptions: 1. Assigned tasks can not be set as parent task (have subtasks) or be moved
2033
- * under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot
2034
- * be nested, so the parent field must be empty.
2032
+ * Exceptions: 1. Assigned and repeating tasks cannot be set as parent tasks (have subtasks),
2033
+ * or be moved under a parent task (become subtasks). 2. Tasks that are both completed and
2034
+ * hidden cannot be nested, so the parent field must be empty.
2035
2035
*/
2036
2036
public Move setParent (java .lang .String parent ) {
2037
2037
this .parent = parent ;
0 commit comments