@@ -2007,24 +2007,26 @@ public Move setDestinationTasklist(java.lang.String destinationTasklist) {
2007
2007
2008
2008
/**
2009
2009
* New parent task identifier. If the task is moved to the top level, this parameter is
2010
- * omitted. Assigned tasks can not be set as parent task (have subtasks) or be moved under a
2011
- * parent task (become subtasks). Optional.
2010
+ * omitted. The task set as parent must exist in the task list and can not be hidden. Assigned
2011
+ * tasks can not be set as parent task (have subtasks) or be moved under a parent task (become
2012
+ * subtasks). Optional.
2012
2013
*/
2013
2014
@ com .google .api .client .util .Key
2014
2015
private java .lang .String parent ;
2015
2016
2016
- /** New parent task identifier. If the task is moved to the top level, this parameter is omitted.
2017
- Assigned tasks can not be set as parent task (have subtasks) or be moved under a parent task
2018
- (become subtasks). Optional.
2017
+ /** New parent task identifier. If the task is moved to the top level, this parameter is omitted. The
2018
+ task set as parent must exist in the task list and can not be hidden. Assigned tasks can not be set
2019
+ as parent task (have subtasks) or be moved under a parent task (become subtasks). Optional.
2019
2020
*/
2020
2021
public java .lang .String getParent () {
2021
2022
return parent ;
2022
2023
}
2023
2024
2024
2025
/**
2025
2026
* New parent task identifier. If the task is moved to the top level, this parameter is
2026
- * omitted. Assigned tasks can not be set as parent task (have subtasks) or be moved under a
2027
- * parent task (become subtasks). Optional.
2027
+ * omitted. The task set as parent must exist in the task list and can not be hidden. Assigned
2028
+ * tasks can not be set as parent task (have subtasks) or be moved under a parent task (become
2029
+ * subtasks). Optional.
2028
2030
*/
2029
2031
public Move setParent (java .lang .String parent ) {
2030
2032
this .parent = parent ;
@@ -2033,21 +2035,24 @@ public Move setParent(java.lang.String parent) {
2033
2035
2034
2036
/**
2035
2037
* New previous sibling task identifier. If the task is moved to the first position among its
2036
- * siblings, this parameter is omitted. Optional.
2038
+ * siblings, this parameter is omitted. The task set as previous must exist in the task list
2039
+ * and can not be hidden. Optional.
2037
2040
*/
2038
2041
@ com .google .api .client .util .Key
2039
2042
private java .lang .String previous ;
2040
2043
2041
2044
/** New previous sibling task identifier. If the task is moved to the first position among its
2042
- siblings, this parameter is omitted. Optional.
2045
+ siblings, this parameter is omitted. The task set as previous must exist in the task list and can
2046
+ not be hidden. Optional.
2043
2047
*/
2044
2048
public java .lang .String getPrevious () {
2045
2049
return previous ;
2046
2050
}
2047
2051
2048
2052
/**
2049
2053
* New previous sibling task identifier. If the task is moved to the first position among its
2050
- * siblings, this parameter is omitted. Optional.
2054
+ * siblings, this parameter is omitted. The task set as previous must exist in the task list
2055
+ * and can not be hidden. Optional.
2051
2056
*/
2052
2057
public Move setPrevious (java .lang .String previous ) {
2053
2058
this .previous = previous ;
0 commit comments