Uses of Class
odata.msgraph.client.entity.TodoTask
-
Packages that use TodoTask Package Description odata.msgraph.client.entity odata.msgraph.client.entity.collection.request -
-
Uses of TodoTask in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return TodoTask Modifier and Type Method Description TodoTaskTodoTask.Builder. build()TodoTaskTodoTask. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TodoTaskTodoTask. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TodoTaskTodoTask. withBody(ItemBody body)TodoTaskTodoTask. withBodyLastModifiedDateTime(OffsetDateTime bodyLastModifiedDateTime)TodoTaskTodoTask. withCategories(List<String> categories)TodoTaskTodoTask. withCompletedDateTime(DateTimeTimeZone completedDateTime)TodoTaskTodoTask. withCreatedDateTime(OffsetDateTime createdDateTime)TodoTaskTodoTask. withDueDateTime(DateTimeTimeZone dueDateTime)TodoTaskTodoTask. withHasAttachments(Boolean hasAttachments)TodoTaskTodoTask. withImportance(Importance importance)TodoTaskTodoTask. withIsReminderOn(Boolean isReminderOn)TodoTaskTodoTask. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TodoTaskTodoTask. withRecurrence(PatternedRecurrence recurrence)TodoTaskTodoTask. withReminderDateTime(DateTimeTimeZone reminderDateTime)TodoTaskTodoTask. withStartDateTime(DateTimeTimeZone startDateTime)TodoTaskTodoTask. withStatus(TaskStatus status)TodoTaskTodoTask. withTitle(String title)TodoTaskTodoTask. withUnmappedField(String name, String value) -
Uses of TodoTask in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type TodoTask Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TodoTask>TodoTaskCollectionRequest. delta()
-