Uses of Class
odata.msgraph.client.beta.entity.OutlookTask.Builder
-
Packages that use OutlookTask.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of OutlookTask.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return OutlookTask.Builder Modifier and Type Method Description OutlookTask.BuilderOutlookTask.Builder. assignedTo(String assignedTo)OutlookTask.BuilderOutlookTask.Builder. body(ItemBody body)static OutlookTask.BuilderOutlookTask. builderOutlookTask()Returns a builder which is used to create a new instance of this class (given that this class is immutable).OutlookTask.BuilderOutlookTask.Builder. categories(String... categories)OutlookTask.BuilderOutlookTask.Builder. categories(List<String> categories)OutlookTask.BuilderOutlookTask.Builder. categoriesNextLink(String categoriesNextLink)OutlookTask.BuilderOutlookTask.Builder. changeKey(String changeKey)OutlookTask.BuilderOutlookTask.Builder. completedDateTime(DateTimeTimeZone completedDateTime)OutlookTask.BuilderOutlookTask.Builder. createdDateTime(OffsetDateTime createdDateTime)OutlookTask.BuilderOutlookTask.Builder. dueDateTime(DateTimeTimeZone dueDateTime)OutlookTask.BuilderOutlookTask.Builder. hasAttachments(Boolean hasAttachments)OutlookTask.BuilderOutlookTask.Builder. id(String id)OutlookTask.BuilderOutlookTask.Builder. importance(Importance importance)OutlookTask.BuilderOutlookTask.Builder. isReminderOn(Boolean isReminderOn)OutlookTask.BuilderOutlookTask.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)OutlookTask.BuilderOutlookTask.Builder. owner(String owner)OutlookTask.BuilderOutlookTask.Builder. parentFolderId(String parentFolderId)OutlookTask.BuilderOutlookTask.Builder. recurrence(PatternedRecurrence recurrence)OutlookTask.BuilderOutlookTask.Builder. reminderDateTime(DateTimeTimeZone reminderDateTime)OutlookTask.BuilderOutlookTask.Builder. sensitivity(Sensitivity sensitivity)OutlookTask.BuilderOutlookTask.Builder. startDateTime(DateTimeTimeZone startDateTime)OutlookTask.BuilderOutlookTask.Builder. status(TaskStatus status)OutlookTask.BuilderOutlookTask.Builder. subject(String subject)
-