MicrosoftGraphConversationThread |
MicrosoftGraphConversationThread.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: conversationThread.
|
MicrosoftGraphConversationThread |
MicrosoftGraphConversationThread.withCcRecipients(List<MicrosoftGraphRecipient> ccRecipients) |
Set the ccRecipients property: The Cc: recipients for the thread.
|
MicrosoftGraphConversationThread |
MicrosoftGraphConversationThread.withHasAttachments(Boolean hasAttachments) |
Set the hasAttachments property: Indicates whether any of the posts within this thread has at least one
attachment.
|
MicrosoftGraphConversationThread |
MicrosoftGraphConversationThread.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphConversationThread |
MicrosoftGraphConversationThread.withIsLocked(Boolean isLocked) |
Set the isLocked property: Indicates if the thread is locked.
|
MicrosoftGraphConversationThread |
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 |
MicrosoftGraphConversationThread.withPosts(List<MicrosoftGraphPost> posts) |
Set the posts property: Read-only.
|
MicrosoftGraphConversationThread |
MicrosoftGraphConversationThread.withPreview(String preview) |
Set the preview property: A short summary from the body of the latest post in this conversation.
|
MicrosoftGraphConversationThread |
MicrosoftGraphConversationThread.withTopic(String topic) |
Set the topic property: The topic of the conversation.
|
MicrosoftGraphConversationThread |
MicrosoftGraphConversationThread.withToRecipients(List<MicrosoftGraphRecipient> toRecipients) |
Set the toRecipients property: The To: recipients for the thread.
|
MicrosoftGraphConversationThread |
MicrosoftGraphConversationThread.withUniqueSenders(List<String> uniqueSenders) |
Set the uniqueSenders property: All the users that sent a message to this thread.
|