Uses of Class
com.microsoft.graph.models.TodoTaskList
Packages that use TodoTaskList
-
Uses of TodoTaskList in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TodoTaskListModifier and TypeMethodDescriptionstatic TodoTaskListTodoTaskList.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type TodoTaskListModifier and TypeMethodDescriptionTodo.getLists()Gets the lists property value.TodoTaskListCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type TodoTaskListModifier and TypeMethodDescriptionvoidTodo.setLists(List<TodoTaskList> value) Sets the lists property value.voidTodoTaskListCollectionResponse.setValue(List<TodoTaskList> value) Sets the value property value.