Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphConversation
Packages that use MicrosoftGraphConversation
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphConversation in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphConversationModifier and TypeMethodDescriptionMicrosoftGraphConversation.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: conversation.MicrosoftGraphConversation.withHasAttachments(Boolean hasAttachments) Set the hasAttachments property: Indicates whether any of the posts within this Conversation has at least one attachment.Set the id property: Read-only.MicrosoftGraphConversation.withLastDeliveredDateTime(OffsetDateTime lastDeliveredDateTime) Set the lastDeliveredDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphConversation.withPreview(String preview) Set the preview property: A short summary from the body of the latest post in this converstaion.MicrosoftGraphConversation.withThreads(List<MicrosoftGraphConversationThread> threads) Set the threads property: A collection of all the conversation threads in the conversation.Set the topic property: The topic of the conversation.MicrosoftGraphConversation.withUniqueSenders(List<String> uniqueSenders) Set the uniqueSenders property: All the users that sent a message to this Conversation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphConversationModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.conversations()Get the conversations property: The group's conversations.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphConversationModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.withConversations(List<MicrosoftGraphConversation> conversations) Set the conversations property: The group's conversations.