Uses of Class
odata.msgraph.client.beta.entity.OutlookItem
-
Packages that use OutlookItem Package Description odata.msgraph.client.beta.entity -
-
Uses of OutlookItem in odata.msgraph.client.beta.entity
Subclasses of OutlookItem in odata.msgraph.client.beta.entity Modifier and Type Class Description classCalendarSharingMessageclassContactclassEventclassEventMessageclassEventMessageRequestclassEventMessageResponseclassMessageclassNoteclassOutlookTaskclassPostMethods in odata.msgraph.client.beta.entity that return OutlookItem Modifier and Type Method Description OutlookItemOutlookItem. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.OutlookItemOutlookItem. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).OutlookItemOutlookItem. withCategories(List<String> categories)OutlookItemOutlookItem. withChangeKey(String changeKey)OutlookItemOutlookItem. withCreatedDateTime(OffsetDateTime createdDateTime)OutlookItemOutlookItem. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)OutlookItemOutlookItem. withUnmappedField(String name, String value)
-