OutlookTask |
OutlookTask.Builder.build() |
OutlookTask |
OutlookTask.patch()
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
OutlookTask |
OutlookTask.put()
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
OutlookTask |
OutlookTask.withAssignedTo(String assignedTo) |
OutlookTask |
OutlookTask.withBody(ItemBody body) |
OutlookTask |
OutlookTask.withCompletedDateTime(DateTimeTimeZone completedDateTime) |
OutlookTask |
OutlookTask.withDueDateTime(DateTimeTimeZone dueDateTime) |
OutlookTask |
OutlookTask.withHasAttachments(Boolean hasAttachments) |
OutlookTask |
OutlookTask.withImportance(Importance importance) |
OutlookTask |
OutlookTask.withIsReminderOn(Boolean isReminderOn) |
OutlookTask |
OutlookTask.withOwner(String owner) |
OutlookTask |
OutlookTask.withParentFolderId(String parentFolderId) |
OutlookTask |
OutlookTask.withRecurrence(PatternedRecurrence recurrence) |
OutlookTask |
OutlookTask.withReminderDateTime(DateTimeTimeZone reminderDateTime) |
OutlookTask |
OutlookTask.withSensitivity(Sensitivity sensitivity) |
OutlookTask |
OutlookTask.withStartDateTime(DateTimeTimeZone startDateTime) |
OutlookTask |
OutlookTask.withStatus(TaskStatus status) |
OutlookTask |
OutlookTask.withSubject(String subject) |