| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
Post |
Post.Builder.build() |
Post |
Post.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Post |
Post.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Post |
Post.withBody(ItemBody body) |
Post |
Post.withConversationId(String conversationId) |
Post |
Post.withConversationThreadId(String conversationThreadId) |
Post |
Post.withFrom(Recipient from) |
Post |
Post.withHasAttachments(Boolean hasAttachments) |
Post |
Post.withImportance(Importance importance) |
Post |
Post.withReceivedDateTime(OffsetDateTime receivedDateTime) |
Post |
Post.withSender(Recipient sender) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
Post.reply(Post post) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
ConversationThread.reply(Post post) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
ConversationThreadRequest.reply(Post post) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
PostRequest.reply(Post post) |
Copyright © 2018–2020. All rights reserved.