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