| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
Conversation.Builder.build() |
Conversation |
Conversation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Conversation |
Conversation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Conversation |
Conversation.withHasAttachments(Boolean hasAttachments) |
Conversation |
Conversation.withLastDeliveredDateTime(OffsetDateTime lastDeliveredDateTime) |
Conversation |
Conversation.withPreview(String preview) |
Conversation |
Conversation.withTopic(String topic) |
Copyright © 2018–2020. All rights reserved.