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 MicrosoftGraphChatMessageAttachment
MicrosoftGraphChatMessageAttachment. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: chatMessageAttachment.MicrosoftGraphChatMessageAttachment
MicrosoftGraphChatMessageAttachment. withContent(String content)
Set the content property: The content of the attachment.MicrosoftGraphChatMessageAttachment
MicrosoftGraphChatMessageAttachment. withContentType(String contentType)
Set the contentType property: The media type of the content attachment.MicrosoftGraphChatMessageAttachment
MicrosoftGraphChatMessageAttachment. withContentUrl(String contentUrl)
Set the contentUrl property: URL for the content of the attachment.MicrosoftGraphChatMessageAttachment
MicrosoftGraphChatMessageAttachment. withId(String id)
Set the id property: Read-only.MicrosoftGraphChatMessageAttachment
MicrosoftGraphChatMessageAttachment. withName(String name)
Set the name property: Name of the attachment.MicrosoftGraphChatMessageAttachment
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 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 MicrosoftGraphChatMessage
MicrosoftGraphChatMessage. withAttachments(List<MicrosoftGraphChatMessageAttachment> attachments)
Set the attachments property: Attached files.
-