Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessage
Packages that use MicrosoftGraphChatMessage
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphChatMessage in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChatMessageModifier and TypeMethodDescriptionMicrosoftGraphChatMessage.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: chatMessage.MicrosoftGraphChatMessage.withAttachments(List<MicrosoftGraphChatMessageAttachment> attachments) Set the attachments property: Attached files.MicrosoftGraphChatMessage.withBody(MicrosoftGraphItemBody body) Set the body property: itemBody.MicrosoftGraphChatMessage.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Read only.MicrosoftGraphChatMessage.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: Read only.Set the etag property: Read-only.MicrosoftGraphChatMessage.withFrom(MicrosoftGraphIdentitySet from) Set the from property: identitySet.MicrosoftGraphChatMessage.withHostedContents(List<MicrosoftGraphChatMessageHostedContent> hostedContents) Set the hostedContents property: The hostedContents property.Set the id property: Read-only.MicrosoftGraphChatMessage.withImportance(MicrosoftGraphChatMessageImportance importance) Set the importance property: chatMessageImportance.MicrosoftGraphChatMessage.withLastEditedDateTime(OffsetDateTime lastEditedDateTime) Set the lastEditedDateTime property: Read only.MicrosoftGraphChatMessage.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: Read only.MicrosoftGraphChatMessage.withLocale(String locale) Set the locale property: Locale of the chat message set by the client.MicrosoftGraphChatMessage.withMentions(List<MicrosoftGraphChatMessageMention> mentions) Set the mentions property: List of entities mentioned in the chat message.MicrosoftGraphChatMessage.withMessageType(MicrosoftGraphChatMessageType messageType) Set the messageType property: chatMessageType.MicrosoftGraphChatMessage.withPolicyViolation(MicrosoftGraphChatMessagePolicyViolation policyViolation) Set the policyViolation property: chatMessagePolicyViolation.MicrosoftGraphChatMessage.withReactions(List<MicrosoftGraphChatMessageReaction> reactions) Set the reactions property: The reactions property.MicrosoftGraphChatMessage.withReplies(List<MicrosoftGraphChatMessage> replies) Set the replies property: The replies property.MicrosoftGraphChatMessage.withReplyToId(String replyToId) Set the replyToId property: Read-only.MicrosoftGraphChatMessage.withSubject(String subject) Set the subject property: The subject of the chat message, in plaintext.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.withWebUrl(String webUrl) Set the webUrl property: The webUrl property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphChatMessageModifier and TypeMethodDescriptionMicrosoftGraphChannel.messages()Get the messages property: A collection of all the messages in the channel.MicrosoftGraphChatMessage.replies()Get the replies property: The replies property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphChatMessageModifier and TypeMethodDescriptionMicrosoftGraphChannel.withMessages(List<MicrosoftGraphChatMessage> messages) Set the messages property: A collection of all the messages in the channel.MicrosoftGraphChatMessage.withReplies(List<MicrosoftGraphChatMessage> replies) Set the replies property: The replies property.