public class OutlookTask extends OutlookItem implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
OutlookTask.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignedTo |
protected ItemBody |
body |
protected DateTimeTimeZone |
completedDateTime |
protected DateTimeTimeZone |
dueDateTime |
protected Boolean |
hasAttachments |
protected Importance |
importance |
protected Boolean |
isReminderOn |
protected String |
owner |
protected String |
parentFolderId |
protected PatternedRecurrence |
recurrence |
protected DateTimeTimeZone |
reminderDateTime |
protected Sensitivity |
sensitivity |
protected DateTimeTimeZone |
startDateTime |
protected TaskStatus |
status |
protected String |
subject |
categories, categoriesNextLink, changeKey, createdDateTime, lastModifiedDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
OutlookTask() |
getCategories, getChangeKey, getCreatedDateTime, getLastModifiedDateTime, withChangeKey, withCreatedDateTime, withLastModifiedDateTimeprotected String assignedTo
protected ItemBody body
protected DateTimeTimeZone completedDateTime
protected DateTimeTimeZone dueDateTime
protected Boolean hasAttachments
protected Importance importance
protected Boolean isReminderOn
protected String owner
protected String parentFolderId
protected PatternedRecurrence recurrence
protected DateTimeTimeZone reminderDateTime
protected Sensitivity sensitivity
protected DateTimeTimeZone startDateTime
protected TaskStatus status
protected String subject
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class OutlookItempublic static OutlookTask.Builder builderOutlookTask()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class OutlookItempublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class OutlookItempublic OutlookTask withAssignedTo(String assignedTo)
public OutlookTask withBody(ItemBody body)
public Optional<DateTimeTimeZone> getCompletedDateTime()
public OutlookTask withCompletedDateTime(DateTimeTimeZone completedDateTime)
public Optional<DateTimeTimeZone> getDueDateTime()
public OutlookTask withDueDateTime(DateTimeTimeZone dueDateTime)
public OutlookTask withHasAttachments(Boolean hasAttachments)
public Optional<Importance> getImportance()
public OutlookTask withImportance(Importance importance)
public OutlookTask withIsReminderOn(Boolean isReminderOn)
public OutlookTask withOwner(String owner)
public OutlookTask withParentFolderId(String parentFolderId)
public Optional<PatternedRecurrence> getRecurrence()
public OutlookTask withRecurrence(PatternedRecurrence recurrence)
public Optional<DateTimeTimeZone> getReminderDateTime()
public OutlookTask withReminderDateTime(DateTimeTimeZone reminderDateTime)
public Optional<Sensitivity> getSensitivity()
public OutlookTask withSensitivity(Sensitivity sensitivity)
public Optional<DateTimeTimeZone> getStartDateTime()
public OutlookTask withStartDateTime(DateTimeTimeZone startDateTime)
public Optional<TaskStatus> getStatus()
public OutlookTask withStatus(TaskStatus status)
public OutlookTask withSubject(String subject)
public SingleValueLegacyExtendedPropertyCollectionRequest getSingleValueExtendedProperties()
public MultiValueLegacyExtendedPropertyCollectionRequest getMultiValueExtendedProperties()
public AttachmentCollectionRequest getAttachments()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.UpdateRestrictions
Updatable = false
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class OutlookItempublic OutlookTask patch()
this with changed fields reset.patch in class OutlookItemthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic OutlookTask put()
this
with changed fields reset (they were ignored anyway).put in class OutlookItemthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<OutlookTask> complete()
public String toString()
toString in class OutlookItemCopyright © 2018–2020. All rights reserved.