Uses of Class
odata.msgraph.client.entity.Message
-
Packages that use Message Package Description com.github.davidmoten.msgraph odata.msgraph.client.entity odata.msgraph.client.entity.collection.request odata.msgraph.client.entity.request -
-
Uses of Message in com.github.davidmoten.msgraph
Methods in com.github.davidmoten.msgraph that return Message Modifier and Type Method Description MessageEmail.DraftMessage. message() -
Uses of Message in odata.msgraph.client.entity
Subclasses of Message in odata.msgraph.client.entity Modifier and Type Class Description classCalendarSharingMessageclassEventMessageclassEventMessageRequestclassEventMessageResponseFields in odata.msgraph.client.entity with type parameters of type Message Modifier and Type Field Description protected List<Message>MailFolder. messagesprotected List<Message>User. messagesMethods in odata.msgraph.client.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. withAttachments(List<Attachment> attachments)Returns an immutable copy ofthiswith just theattachmentsfield changed.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. withExtensions(List<Extension> extensions)Returns an immutable copy ofthiswith just theextensionsfield changed.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. withMultiValueExtendedProperties(List<MultiValueLegacyExtendedProperty> multiValueExtendedProperties)MessageMessage. withParentFolderId(String parentFolderId)MessageMessage. withReceivedDateTime(OffsetDateTime receivedDateTime)MessageMessage. withReplyTo(List<Recipient> replyTo)MessageMessage. withSender(Recipient sender)MessageMessage. withSentDateTime(OffsetDateTime sentDateTime)MessageMessage. withSingleValueExtendedProperties(List<SingleValueLegacyExtendedProperty> singleValueExtendedProperties)MessageMessage. withSubject(String subject)MessageMessage. withToRecipients(List<Recipient> toRecipients)MessageMessage. withUniqueBody(ItemBody uniqueBody)MessageMessage. withUnmappedField(String name, Object value)MessageMessage. withWebLink(String webLink)Methods in odata.msgraph.client.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.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)MailFolder.BuilderMailFolder.Builder. messages(Message... messages)Org.OData.Capabilities.V1.ChangeTrackingMailSearchFolder.BuilderMailSearchFolder.Builder. messages(Message... messages)User.BuilderUser.Builder. messages(Message... messages)Org.OData.Capabilities.V1.ChangeTrackingcom.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)Method parameters in odata.msgraph.client.entity with type arguments of type Message Modifier and Type Method Description MailFolder.BuilderMailFolder.Builder. messages(List<Message> messages)Org.OData.Capabilities.V1.ChangeTrackingMailSearchFolder.BuilderMailSearchFolder.Builder. messages(List<Message> messages)User.BuilderUser.Builder. messages(List<Message> messages)Org.OData.Capabilities.V1.ChangeTrackingMailFolderMailFolder. withMessages(List<Message> messages)Returns an immutable copy ofthiswith just themessagesfield changed.UserUser. withMessages(List<Message> messages)Returns an immutable copy ofthiswith just themessagesfield changed. -
Uses of Message in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.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.entity.request
Methods in odata.msgraph.client.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.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)
-