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