| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Class and Description |
|---|---|
class |
CalendarSharingMessage |
class |
EventMessage |
class |
EventMessageRequest |
class |
EventMessageResponse |
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.Builder.build() |
Message |
Message.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Message |
Message.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Message |
Message.withBody(ItemBody body) |
Message |
Message.withBodyPreview(String bodyPreview) |
Message |
Message.withConversationId(String conversationId) |
Message |
Message.withConversationIndex(byte[] conversationIndex) |
Message |
Message.withFlag(FollowupFlag flag) |
Message |
Message.withFrom(Recipient from) |
Message |
Message.withHasAttachments(Boolean hasAttachments) |
Message |
Message.withImportance(Importance importance) |
Message |
Message.withInferenceClassification(InferenceClassificationType inferenceClassification) |
Message |
Message.withInternetMessageId(String internetMessageId) |
Message |
Message.withIsDeliveryReceiptRequested(Boolean isDeliveryReceiptRequested) |
Message |
Message.withIsDraft(Boolean isDraft) |
Message |
Message.withIsRead(Boolean isRead) |
Message |
Message.withIsReadReceiptRequested(Boolean isReadReceiptRequested) |
Message |
Message.withMentionsPreview(MentionsPreview mentionsPreview) |
Message |
Message.withParentFolderId(String parentFolderId) |
Message |
Message.withReceivedDateTime(OffsetDateTime receivedDateTime) |
Message |
Message.withSender(Recipient sender) |
Message |
Message.withSentDateTime(OffsetDateTime sentDateTime) |
Message |
Message.withSubject(String subject) |
Message |
Message.withUniqueBody(ItemBody uniqueBody) |
Message |
Message.withUnsubscribeEnabled(Boolean unsubscribeEnabled) |
Message |
Message.withWebLink(String webLink) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
Message.copy(String destinationId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
Message.createForward(List<Recipient> toRecipients,
Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
Message.createReply(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
Message.createReplyAll(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
Message.move(String destinationId) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
Message.createForward(List<Recipient> toRecipients,
Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
Message.createReply(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
Message.createReplyAll(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
Message.forward(List<Recipient> toRecipients,
Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
Message.reply(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
Message.replyAll(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
User.sendMail(Message message,
Boolean saveToSentItems) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Message> |
MessageCollectionRequest.delta() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
MessageRequest.copy(String destinationId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
MessageRequest.createForward(List<Recipient> toRecipients,
Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
MessageRequest.createReply(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
MessageRequest.createReplyAll(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
MessageRequest.move(String destinationId) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
MessageRequest.createForward(List<Recipient> toRecipients,
Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
MessageRequest.createReply(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Message> |
MessageRequest.createReplyAll(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
MessageRequest.forward(List<Recipient> toRecipients,
Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
MessageRequest.reply(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
MessageRequest.replyAll(Message message,
String comment) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
UserRequest.sendMail(Message message,
Boolean saveToSentItems) |
Copyright © 2018–2020. All rights reserved.