Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMailFolder
Packages that use MicrosoftGraphMailFolder
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphMailFolder in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphMailFolderModifier and TypeMethodDescriptionMicrosoftGraphMailFolder.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: mailFolder.MicrosoftGraphMailFolder.withChildFolderCount(Integer childFolderCount) Set the childFolderCount property: The number of immediate child mailFolders in the current mailFolder.MicrosoftGraphMailFolder.withChildFolders(List<MicrosoftGraphMailFolder> childFolders) Set the childFolders property: The collection of child folders in the mailFolder.MicrosoftGraphMailFolder.withDisplayName(String displayName) Set the displayName property: The mailFolder's display name.Set the id property: Read-only.MicrosoftGraphMailFolder.withMessageRules(List<MicrosoftGraphMessageRule> messageRules) Set the messageRules property: The collection of rules that apply to the user's Inbox folder.MicrosoftGraphMailFolder.withMessages(List<MicrosoftGraphMessage> messages) Set the messages property: The collection of messages in the mailFolder.MicrosoftGraphMailFolder.withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties) Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the mailFolder.MicrosoftGraphMailFolder.withParentFolderId(String parentFolderId) Set the parentFolderId property: The unique identifier for the mailFolder's parent mailFolder.MicrosoftGraphMailFolder.withSingleValueExtendedProperties(List<MicrosoftGraphSingleValueLegacyExtendedProperty> singleValueExtendedProperties) Set the singleValueExtendedProperties property: The collection of single-value extended properties defined for the mailFolder.MicrosoftGraphMailFolder.withTotalItemCount(Integer totalItemCount) Set the totalItemCount property: The number of items in the mailFolder.MicrosoftGraphMailFolder.withUnreadItemCount(Integer unreadItemCount) Set the unreadItemCount property: The number of items in the mailFolder marked as unread.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphMailFolderModifier and TypeMethodDescriptionMicrosoftGraphMailFolder.childFolders()Get the childFolders property: The collection of child folders in the mailFolder.MicrosoftGraphUserInner.mailFolders()Get the mailFolders property: The user's mail folders.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphMailFolderModifier and TypeMethodDescriptionMicrosoftGraphMailFolder.withChildFolders(List<MicrosoftGraphMailFolder> childFolders) Set the childFolders property: The collection of child folders in the mailFolder.MicrosoftGraphUserInner.withMailFolders(List<MicrosoftGraphMailFolder> mailFolders) Set the mailFolders property: The user's mail folders.