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
Fields in odata.msgraph.client.entity with type parameters of type TodoTask Modifier and Type Field Description protected List<TodoTask>TodoTaskList. tasksMethods 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. withAttachments(List<AttachmentBase> attachments)Returns an immutable copy ofthiswith just theattachmentsfield changed.TodoTaskTodoTask. withAttachmentSessions(List<AttachmentSession> attachmentSessions)Returns an immutable copy ofthiswith just theattachmentSessionsfield changed.TodoTaskTodoTask. withBody(ItemBody body)TodoTaskTodoTask. withBodyLastModifiedDateTime(OffsetDateTime bodyLastModifiedDateTime)TodoTaskTodoTask. withCategories(List<String> categories)TodoTaskTodoTask. withChecklistItems(List<ChecklistItem> checklistItems)TodoTaskTodoTask. withCompletedDateTime(DateTimeTimeZone completedDateTime)TodoTaskTodoTask. withCreatedDateTime(OffsetDateTime createdDateTime)TodoTaskTodoTask. withDueDateTime(DateTimeTimeZone dueDateTime)TodoTaskTodoTask. withExtensions(List<Extension> extensions)TodoTaskTodoTask. withHasAttachments(Boolean hasAttachments)TodoTaskTodoTask. withImportance(Importance importance)TodoTaskTodoTask. withIsReminderOn(Boolean isReminderOn)TodoTaskTodoTask. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TodoTaskTodoTask. withLinkedResources(List<LinkedResource> linkedResources)TodoTaskTodoTask. withRecurrence(PatternedRecurrence recurrence)TodoTaskTodoTask. withReminderDateTime(DateTimeTimeZone reminderDateTime)TodoTaskTodoTask. withStartDateTime(DateTimeTimeZone startDateTime)TodoTaskTodoTask. withStatus(TaskStatus status)TodoTaskTodoTask. withTitle(String title)TodoTaskTodoTask. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type TodoTask Modifier and Type Method Description TodoTaskList.BuilderTodoTaskList.Builder. tasks(TodoTask... tasks)Org.OData.Capabilities.V1.ChangeTrackingMethod parameters in odata.msgraph.client.entity with type arguments of type TodoTask Modifier and Type Method Description TodoTaskList.BuilderTodoTaskList.Builder. tasks(List<TodoTask> tasks)Org.OData.Capabilities.V1.ChangeTrackingTodoTaskListTodoTaskList. withTasks(List<TodoTask> tasks)Returns an immutable copy ofthiswith just thetasksfield changed. -
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()
-