Uses of Class
odata.msgraph.client.entity.TodoTaskList
-
Packages that use TodoTaskList Package Description odata.msgraph.client.entity odata.msgraph.client.entity.collection.request -
-
Uses of TodoTaskList in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type TodoTaskList Modifier and Type Field Description protected List<TodoTaskList>Todo. listsMethods in odata.msgraph.client.entity that return TodoTaskList Modifier and Type Method Description TodoTaskListTodoTaskList.Builder. build()TodoTaskListTodoTaskList. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TodoTaskListTodoTaskList. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TodoTaskListTodoTaskList. withDisplayName(String displayName)TodoTaskListTodoTaskList. withExtensions(List<Extension> extensions)TodoTaskListTodoTaskList. withIsOwner(Boolean isOwner)TodoTaskListTodoTaskList. withIsShared(Boolean isShared)TodoTaskListTodoTaskList. withTasks(List<TodoTask> tasks)Returns an immutable copy ofthiswith just thetasksfield changed.TodoTaskListTodoTaskList. withUnmappedField(String name, Object value)TodoTaskListTodoTaskList. withWellknownListName(WellknownListName wellknownListName)Methods in odata.msgraph.client.entity with parameters of type TodoTaskList Modifier and Type Method Description Todo.BuilderTodo.Builder. lists(TodoTaskList... lists)Org.OData.Capabilities.V1.ChangeTrackingMethod parameters in odata.msgraph.client.entity with type arguments of type TodoTaskList Modifier and Type Method Description Todo.BuilderTodo.Builder. lists(List<TodoTaskList> lists)Org.OData.Capabilities.V1.ChangeTrackingTodoTodo. withLists(List<TodoTaskList> lists)Returns an immutable copy ofthiswith just thelistsfield changed. -
Uses of TodoTaskList in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type TodoTaskList Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TodoTaskList>TodoTaskListCollectionRequest. delta()
-