Uses of Class
odata.msgraph.client.beta.entity.Message
-
Packages that use Message Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of Message in odata.msgraph.client.beta.entity
Subclasses of Message in odata.msgraph.client.beta.entity Modifier and Type Class Description classCalendarSharingMessageclassEventMessageclassEventMessageRequestclassEventMessageResponseMethods in odata.msgraph.client.beta.entity that return Message Modifier and Type Method Description MessageMessage.Builder. build()MessageMessage. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MessageMessage. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MessageMessage. withBccRecipients(List<Recipient> bccRecipients)MessageMessage. withBody(ItemBody body)MessageMessage. withBodyPreview(String bodyPreview)MessageMessage. withCcRecipients(List<Recipient> ccRecipients)MessageMessage. withConversationId(String conversationId)MessageMessage. withConversationIndex(byte[] conversationIndex)MessageMessage. withFlag(FollowupFlag flag)MessageMessage. withFrom(Recipient from)MessageMessage. withHasAttachments(Boolean hasAttachments)MessageMessage. withImportance(Importance importance)MessageMessage. withInferenceClassification(InferenceClassificationType inferenceClassification)MessageMessage. withInternetMessageHeaders(List<InternetMessageHeader> internetMessageHeaders)MessageMessage. withInternetMessageId(String internetMessageId)MessageMessage. withIsDeliveryReceiptRequested(Boolean isDeliveryReceiptRequested)MessageMessage. withIsDraft(Boolean isDraft)MessageMessage. withIsRead(Boolean isRead)MessageMessage. withIsReadReceiptRequested(Boolean isReadReceiptRequested)MessageMessage. withMentionsPreview(MentionsPreview mentionsPreview)MessageMessage. withParentFolderId(String parentFolderId)MessageMessage. withReceivedDateTime(OffsetDateTime receivedDateTime)MessageMessage. withReplyTo(List<Recipient> replyTo)MessageMessage. withSender(Recipient sender)MessageMessage. withSentDateTime(OffsetDateTime sentDateTime)MessageMessage. withSubject(String subject)MessageMessage. withToRecipients(List<Recipient> toRecipients)MessageMessage. withUniqueBody(ItemBody uniqueBody)MessageMessage. withUnmappedField(String name, String value)MessageMessage. withUnsubscribeData(List<String> unsubscribeData)MessageMessage. withUnsubscribeEnabled(Boolean unsubscribeEnabled)MessageMessage. withWebLink(String webLink)Methods in odata.msgraph.client.beta.entity that return types with arguments of type Message Modifier and Type Method 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)Methods in odata.msgraph.client.beta.entity with parameters of type Message Modifier and Type Method 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.ActionRequestNoReturnMessage. forward(List<Recipient> toRecipients, Message message, String comment)com.github.davidmoten.odata.client.ActionRequestNoReturnMessage. reply(Message message, String comment)com.github.davidmoten.odata.client.ActionRequestNoReturnMessage. replyAll(Message message, String comment)com.github.davidmoten.odata.client.ActionRequestNoReturnUser. sendMail(Message message, Boolean saveToSentItems) -
Uses of Message in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type Message Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Message>MessageCollectionRequest. delta() -
Uses of Message in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type Message Modifier and Type Method 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)Methods in odata.msgraph.client.beta.entity.request with parameters of type Message Modifier and Type Method 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.ActionRequestNoReturnMessageRequest. forward(List<Recipient> toRecipients, Message message, String comment)com.github.davidmoten.odata.client.ActionRequestNoReturnMessageRequest. reply(Message message, String comment)com.github.davidmoten.odata.client.ActionRequestNoReturnMessageRequest. replyAll(Message message, String comment)com.github.davidmoten.odata.client.ActionRequestNoReturnUserRequest. sendMail(Message message, Boolean saveToSentItems)
-