MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: mailFolder.
|
MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withChildFolderCount(Integer childFolderCount) |
Set the childFolderCount property: The number of immediate child mailFolders in the current mailFolder.
|
MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withChildFolders(List<MicrosoftGraphMailFolder> childFolders) |
Set the childFolders property: The collection of child folders in the mailFolder.
|
MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withDisplayName(String displayName) |
Set the displayName property: The mailFolder's display name.
|
MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withMessageRules(List<MicrosoftGraphMessageRule> messageRules) |
Set the messageRules property: The collection of rules that apply to the user's Inbox folder.
|
MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withMessages(List<MicrosoftGraphMessage> messages) |
Set the messages property: The collection of messages in the mailFolder.
|
MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties) |
Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the
mailFolder.
|
MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withParentFolderId(String parentFolderId) |
Set the parentFolderId property: The unique identifier for the mailFolder's parent mailFolder.
|
MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withSingleValueExtendedProperties(List<MicrosoftGraphSingleValueLegacyExtendedProperty> singleValueExtendedProperties) |
Set the singleValueExtendedProperties property: The collection of single-value extended properties defined for
the mailFolder.
|
MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withTotalItemCount(Integer totalItemCount) |
Set the totalItemCount property: The number of items in the mailFolder.
|
MicrosoftGraphMailFolder |
MicrosoftGraphMailFolder.withUnreadItemCount(Integer unreadItemCount) |
Set the unreadItemCount property: The number of items in the mailFolder marked as unread.
|