Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOutlookCategory
Packages that use MicrosoftGraphOutlookCategory
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphOutlookCategory in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOutlookCategoryModifier and TypeMethodDescriptionMicrosoftGraphOutlookCategory.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: outlookCategory.MicrosoftGraphOutlookCategory.withColor(MicrosoftGraphCategoryColor color) Set the color property: categoryColor.MicrosoftGraphOutlookCategory.withDisplayName(String displayName) Set the displayName property: A unique name that identifies a category in the user's mailbox.Set the id property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOutlookCategoryModifier and TypeMethodDescriptionMicrosoftGraphOutlookUser.masterCategories()Get the masterCategories property: A list of categories defined for the user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOutlookCategoryModifier and TypeMethodDescriptionMicrosoftGraphOutlookUser.withMasterCategories(List<MicrosoftGraphOutlookCategory> masterCategories) Set the masterCategories property: A list of categories defined for the user.