Uses of Class
odata.msgraph.client.beta.entity.TaskList
-
Packages that use TaskList Package Description odata.msgraph.client.beta.entity -
-
Uses of TaskList in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TaskList Modifier and Type Method Description TaskListTaskList.Builder. build()TaskListTaskList. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TaskListTaskList. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TaskListTaskList. withUnmappedField(String name, String value)
-