Uses of Class
odata.msgraph.client.entity.TodoTask.Builder
-
Packages that use TodoTask.Builder Package Description odata.msgraph.client.entity -
-
Uses of TodoTask.Builder in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return TodoTask.Builder Modifier and Type Method Description TodoTask.BuilderTodoTask.Builder. body(ItemBody body)TodoTask.BuilderTodoTask.Builder. bodyLastModifiedDateTime(OffsetDateTime bodyLastModifiedDateTime)static TodoTask.BuilderTodoTask. builderTodoTask()Returns a builder which is used to create a new instance of this class (given that this class is immutable).TodoTask.BuilderTodoTask.Builder. completedDateTime(DateTimeTimeZone completedDateTime)TodoTask.BuilderTodoTask.Builder. createdDateTime(OffsetDateTime createdDateTime)TodoTask.BuilderTodoTask.Builder. dueDateTime(DateTimeTimeZone dueDateTime)TodoTask.BuilderTodoTask.Builder. id(String id)TodoTask.BuilderTodoTask.Builder. importance(Importance importance)TodoTask.BuilderTodoTask.Builder. isReminderOn(Boolean isReminderOn)TodoTask.BuilderTodoTask.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TodoTask.BuilderTodoTask.Builder. recurrence(PatternedRecurrence recurrence)TodoTask.BuilderTodoTask.Builder. reminderDateTime(DateTimeTimeZone reminderDateTime)TodoTask.BuilderTodoTask.Builder. status(TaskStatus status)TodoTask.BuilderTodoTask.Builder. title(String title)
-