Uses of Class
microsoft.dynamics.crm.entity.Task
-
Packages that use Task Package Description microsoft.dynamics.crm.entity -
-
Uses of Task in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Task Modifier and Type Method Description TaskTask.Builder. build()TaskTask. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TaskTask. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TaskTask. withCategory(String category)TaskTask. withCrmtaskassigneduniqueid(String crmtaskassigneduniqueid)TaskTask. withImportsequencenumber(Integer importsequencenumber)TaskTask. withOverriddencreatedon(OffsetDateTime overriddencreatedon)TaskTask. withPercentcomplete(Integer percentcomplete)TaskTask. withSubcategory(String subcategory)TaskTask. withSubscriptionid(String subscriptionid)TaskTask. withUnmappedField(String name, String value)
-