MicrosoftGraphPost |
MicrosoftGraphPost.inReplyTo() |
Get the inReplyTo property: post.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: post.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withAttachments(List<MicrosoftGraphAttachment> attachments) |
Set the attachments property: Read-only.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withBody(MicrosoftGraphItemBody body) |
Set the body property: itemBody.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withCategories(List<String> categories) |
Set the categories property: The categories associated with the item.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withChangeKey(String changeKey) |
Set the changeKey property: Identifies the version of the item.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withConversationId(String conversationId) |
Set the conversationId property: Unique ID of the conversation.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withConversationThreadId(String conversationThreadId) |
Set the conversationThreadId property: Unique ID of the conversation thread.
|
MicrosoftGraphPost |
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 |
MicrosoftGraphPost.withExtensions(List<MicrosoftGraphExtensionInner> extensions) |
Set the extensions property: The collection of open extensions defined for the post.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withFrom(MicrosoftGraphRecipient from) |
Set the from property: recipient.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withHasAttachments(Boolean hasAttachments) |
Set the hasAttachments property: Indicates whether the post has at least one attachment.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withInReplyTo(MicrosoftGraphPost inReplyTo) |
Set the inReplyTo property: post.
|
MicrosoftGraphPost |
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 |
MicrosoftGraphPost.withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties) |
Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the
post.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withNewParticipants(List<MicrosoftGraphRecipient> newParticipants) |
Set the newParticipants property: Conversation participants that were added to the thread as part of this post.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withReceivedDateTime(OffsetDateTime receivedDateTime) |
Set the receivedDateTime property: Specifies when the post was received.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withSender(MicrosoftGraphRecipient sender) |
Set the sender property: recipient.
|
MicrosoftGraphPost |
MicrosoftGraphPost.withSingleValueExtendedProperties(List<MicrosoftGraphSingleValueLegacyExtendedProperty> singleValueExtendedProperties) |
Set the singleValueExtendedProperties property: The collection of single-value extended properties defined for
the post.
|