Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageAttachment
-
Packages that use MicrosoftGraphChatMessageAttachment Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphChatMessageAttachment Modifier and Type Method Description MicrosoftGraphChatMessageAttachmentMicrosoftGraphChatMessageAttachment. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: chatMessageAttachment.MicrosoftGraphChatMessageAttachmentMicrosoftGraphChatMessageAttachment. withContent(String content)Set the content property: The content of the attachment.MicrosoftGraphChatMessageAttachmentMicrosoftGraphChatMessageAttachment. withContentType(String contentType)Set the contentType property: The media type of the content attachment.MicrosoftGraphChatMessageAttachmentMicrosoftGraphChatMessageAttachment. withContentUrl(String contentUrl)Set the contentUrl property: URL for the content of the attachment.MicrosoftGraphChatMessageAttachmentMicrosoftGraphChatMessageAttachment. withId(String id)Set the id property: Read-only.MicrosoftGraphChatMessageAttachmentMicrosoftGraphChatMessageAttachment. withName(String name)Set the name property: Name of the attachment.MicrosoftGraphChatMessageAttachmentMicrosoftGraphChatMessageAttachment. 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 MicrosoftGraphChatMessageAttachment Modifier and Type Method Description List<MicrosoftGraphChatMessageAttachment>MicrosoftGraphChatMessage. attachments()Get the attachments property: Attached files.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphChatMessageAttachment Modifier and Type Method Description MicrosoftGraphChatMessageMicrosoftGraphChatMessage. withAttachments(List<MicrosoftGraphChatMessageAttachment> attachments)Set the attachments property: Attached files.
-