TaskUpdateBuilder class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

categories(FfiListFfiString categories) → void
set the categories for this task list
descriptionHtml(String body, String htmlBody) → void
set description html text
descriptionText(String text) → void
set the description for this task list
display(Display display) → void
set the display of the update
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
dueDate(int year, int month, int day) → void
set the due day for this task
keywords(FfiListFfiString keywords) → void
set the keywords for this task list
markDone() → void
send this task list draft mark it done
markUndone() → void
mark as not done
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
progressPercent(int progressPercent) → void
set the sort order for this task list
send() Future<EventId>
update this task
sortOrder(int sortOrder) → void
set the sort order for this task list
title(String title) → void
set the title for this task
toString() String
A string representation of this object.
inherited
unsetCategories() → void
unsetCategoriesUpdate() → void
unsetDescription() → void
unsetDescriptionUpdate() → void
unsetDisplay() → void
unsetDisplayUpdate() → void
unsetDueDate() → void
unsetDueDateUpdate() → void
unsetKeywords() → void
unsetKeywordsUpdate() → void
unsetProgressPercent() → void
unsetProgressPercentUpdate() → void
unsetSortOrderUpdate() → void
unsetTitleUpdate() → void
unsetUtcDueTimeOfDay() → void
unsetUtcDueTimeOfDayUpdate() → void
unsetUtcStart() → void
unsetUtcStartUpdate() → void
utcDueTimeOfDay(int seconds) → void
set the due time of day in seconds since midnight UTC
utcStartFromFormat(String utcStart, String format) → void
set the utc_start for this task list in custom format
utcStartFromRfc2822(String utcStart) → void
set the utc_start for this task list in rfc2822 format
utcStartFromRfc3339(String utcStart) → void
set the utc_start for this task list in rfc3339 format

Operators

operator ==(Object other) bool
The equality operator.
inherited