Uses of Class
odata.msgraph.client.beta.entity.OutlookTask
-
Packages that use OutlookTask Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of OutlookTask in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return OutlookTask Modifier and Type Method Description OutlookTaskOutlookTask.Builder. build()OutlookTaskOutlookTask. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.OutlookTaskOutlookTask. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).OutlookTaskOutlookTask. withAssignedTo(String assignedTo)OutlookTaskOutlookTask. withBody(ItemBody body)OutlookTaskOutlookTask. withCompletedDateTime(DateTimeTimeZone completedDateTime)OutlookTaskOutlookTask. withDueDateTime(DateTimeTimeZone dueDateTime)OutlookTaskOutlookTask. withHasAttachments(Boolean hasAttachments)OutlookTaskOutlookTask. withImportance(Importance importance)OutlookTaskOutlookTask. withIsReminderOn(Boolean isReminderOn)OutlookTaskOutlookTask. withOwner(String owner)OutlookTaskOutlookTask. withParentFolderId(String parentFolderId)OutlookTaskOutlookTask. withRecurrence(PatternedRecurrence recurrence)OutlookTaskOutlookTask. withReminderDateTime(DateTimeTimeZone reminderDateTime)OutlookTaskOutlookTask. withSensitivity(Sensitivity sensitivity)OutlookTaskOutlookTask. withStartDateTime(DateTimeTimeZone startDateTime)OutlookTaskOutlookTask. withStatus(TaskStatus status)OutlookTaskOutlookTask. withSubject(String subject)OutlookTaskOutlookTask. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type OutlookTask Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<OutlookTask>OutlookTask. complete() -
Uses of OutlookTask in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type OutlookTask Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<OutlookTask>OutlookTaskRequest. complete()
-