Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChatMessageHostedContent
-
Packages that use MicrosoftGraphChatMessageHostedContent Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphChatMessageHostedContent in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChatMessageHostedContent Modifier and Type Method Description MicrosoftGraphChatMessageHostedContent
MicrosoftGraphChatMessageHostedContent. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: chatMessageHostedContent.MicrosoftGraphChatMessageHostedContent
MicrosoftGraphChatMessageHostedContent. withId(String id)
Set the id property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphChatMessageHostedContent Modifier and Type Method Description List<MicrosoftGraphChatMessageHostedContent>
MicrosoftGraphChatMessage. hostedContents()
Get the hostedContents property: The hostedContents property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphChatMessageHostedContent Modifier and Type Method Description MicrosoftGraphChatMessage
MicrosoftGraphChatMessage. withHostedContents(List<MicrosoftGraphChatMessageHostedContent> hostedContents)
Set the hostedContents property: The hostedContents property.
-