Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageAttachment
Packages that use MicrosoftGraphChatMessageAttachment
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphChatMessageAttachment in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChatMessageAttachmentModifier and TypeMethodDescriptionMicrosoftGraphChatMessageAttachment.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: chatMessageAttachment.MicrosoftGraphChatMessageAttachment.withContent(String content) Set the content property: The content of the attachment.MicrosoftGraphChatMessageAttachment.withContentType(String contentType) Set the contentType property: The media type of the content attachment.MicrosoftGraphChatMessageAttachment.withContentUrl(String contentUrl) Set the contentUrl property: URL for the content of the attachment.Set the id property: Read-only.Set the name property: Name of the attachment.MicrosoftGraphChatMessageAttachment.withThumbnailUrl(String thumbnailUrl) Set the thumbnailUrl property: URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphChatMessageAttachmentModifier and TypeMethodDescriptionMicrosoftGraphChatMessage.attachments()Get the attachments property: Attached files.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphChatMessageAttachmentModifier and TypeMethodDescriptionMicrosoftGraphChatMessage.withAttachments(List<MicrosoftGraphChatMessageAttachment> attachments) Set the attachments property: Attached files.