Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphConversationThread
Packages that use MicrosoftGraphConversationThread
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphConversationThread in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphConversationThreadModifier and TypeMethodDescriptionMicrosoftGraphConversationThread.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: conversationThread.MicrosoftGraphConversationThread.withCcRecipients(List<MicrosoftGraphRecipient> ccRecipients) Set the ccRecipients property: The Cc: recipients for the thread.MicrosoftGraphConversationThread.withHasAttachments(Boolean hasAttachments) Set the hasAttachments property: Indicates whether any of the posts within this thread has at least one attachment.Set the id property: Read-only.MicrosoftGraphConversationThread.withIsLocked(Boolean isLocked) Set the isLocked property: Indicates if the thread is locked.MicrosoftGraphConversationThread.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.MicrosoftGraphConversationThread.withPosts(List<MicrosoftGraphPost> posts) Set the posts property: Read-only.MicrosoftGraphConversationThread.withPreview(String preview) Set the preview property: A short summary from the body of the latest post in this conversation.Set the topic property: The topic of the conversation.MicrosoftGraphConversationThread.withToRecipients(List<MicrosoftGraphRecipient> toRecipients) Set the toRecipients property: The To: recipients for the thread.MicrosoftGraphConversationThread.withUniqueSenders(List<String> uniqueSenders) Set the uniqueSenders property: All the users that sent a message to this thread.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphConversationThreadModifier and TypeMethodDescriptionMicrosoftGraphConversation.threads()Get the threads property: A collection of all the conversation threads in the conversation.MicrosoftGraphGroupInner.threads()Get the threads property: The group's conversation threads.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphConversationThreadModifier and TypeMethodDescriptionMicrosoftGraphConversation.withThreads(List<MicrosoftGraphConversationThread> threads) Set the threads property: A collection of all the conversation threads in the conversation.MicrosoftGraphGroupInner.withThreads(List<MicrosoftGraphConversationThread> threads) Set the threads property: The group's conversation threads.