MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: chatMessage.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withAttachments(List<MicrosoftGraphChatMessageAttachment> attachments) |
Set the attachments property: Attached files.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withBody(MicrosoftGraphItemBody body) |
Set the body property: itemBody.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withCreatedDateTime(OffsetDateTime createdDateTime) |
Set the createdDateTime property: Read only.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withDeletedDateTime(OffsetDateTime deletedDateTime) |
Set the deletedDateTime property: Read only.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withEtag(String etag) |
Set the etag property: Read-only.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withFrom(MicrosoftGraphIdentitySet from) |
Set the from property: identitySet.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withHostedContents(List<MicrosoftGraphChatMessageHostedContent> hostedContents) |
Set the hostedContents property: The hostedContents property.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withImportance(MicrosoftGraphChatMessageImportance importance) |
Set the importance property: The importance property.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withLastEditedDateTime(OffsetDateTime lastEditedDateTime) |
Set the lastEditedDateTime property: Read only.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Set the lastModifiedDateTime property: Read only.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withLocale(String locale) |
Set the locale property: Locale of the chat message set by the client.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withMentions(List<MicrosoftGraphChatMessageMention> mentions) |
Set the mentions property: List of entities mentioned in the chat message.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withMessageType(MicrosoftGraphChatMessageType messageType) |
Set the messageType property: The messageType property.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withPolicyViolation(MicrosoftGraphChatMessagePolicyViolation policyViolation) |
Set the policyViolation property: chatMessagePolicyViolation.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withReactions(List<MicrosoftGraphChatMessageReaction> reactions) |
Set the reactions property: The reactions property.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withReplies(List<MicrosoftGraphChatMessage> replies) |
Set the replies property: The replies property.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withReplyToId(String replyToId) |
Set the replyToId property: Read-only.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withSubject(String subject) |
Set the subject property: The subject of the chat message, in plaintext.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withSummary(String summary) |
Set the summary property: Summary text of the chat message that could be used for push notifications and summary
views or fall back views.
|
MicrosoftGraphChatMessage |
MicrosoftGraphChatMessage.withWebUrl(String webUrl) |
Set the webUrl property: The webUrl property.
|