Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPost
Packages that use MicrosoftGraphPost
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphPost in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPostModifier and TypeMethodDescriptionMicrosoftGraphPost.inReplyTo()Get the inReplyTo property: post.MicrosoftGraphPost.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: post.MicrosoftGraphPost.withAttachments(List<MicrosoftGraphAttachment> attachments) Set the attachments property: Read-only.MicrosoftGraphPost.withBody(MicrosoftGraphItemBody body) Set the body property: itemBody.MicrosoftGraphPost.withCategories(List<String> categories) Set the categories property: The categories associated with the item.MicrosoftGraphPost.withChangeKey(String changeKey) Set the changeKey property: Identifies the version of the item.MicrosoftGraphPost.withConversationId(String conversationId) Set the conversationId property: Unique ID of the conversation.MicrosoftGraphPost.withConversationThreadId(String conversationThreadId) Set the conversationThreadId property: Unique ID of the conversation thread.MicrosoftGraphPost.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphPost.withExtensions(List<MicrosoftGraphExtension> extensions) Set the extensions property: The collection of open extensions defined for the post.MicrosoftGraphPost.withFrom(MicrosoftGraphRecipient from) Set the from property: recipient.MicrosoftGraphPost.withHasAttachments(Boolean hasAttachments) Set the hasAttachments property: Indicates whether the post has at least one attachment.Set the id property: Read-only.MicrosoftGraphPost.withInReplyTo(MicrosoftGraphPost inReplyTo) Set the inReplyTo property: post.MicrosoftGraphPost.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphPost.withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties) Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the post.MicrosoftGraphPost.withNewParticipants(List<MicrosoftGraphRecipient> newParticipants) Set the newParticipants property: Conversation participants that were added to the thread as part of this post.MicrosoftGraphPost.withReceivedDateTime(OffsetDateTime receivedDateTime) Set the receivedDateTime property: Specifies when the post was received.MicrosoftGraphPost.withSender(MicrosoftGraphRecipient sender) Set the sender property: recipient.MicrosoftGraphPost.withSingleValueExtendedProperties(List<MicrosoftGraphSingleValueLegacyExtendedProperty> singleValueExtendedProperties) Set the singleValueExtendedProperties property: The collection of single-value extended properties defined for the post.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPostModifier and TypeMethodDescriptionMicrosoftGraphConversationThread.posts()Get the posts property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPostModifier and TypeMethodDescriptionMicrosoftGraphPost.withInReplyTo(MicrosoftGraphPost inReplyTo) Set the inReplyTo property: post.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPostModifier and TypeMethodDescriptionMicrosoftGraphConversationThread.withPosts(List<MicrosoftGraphPost> posts) Set the posts property: Read-only.