Class MicrosoftGraphOutlookCategoryInner


  • public final class MicrosoftGraphOutlookCategoryInner
    extends MicrosoftGraphEntity
    outlookCategory.
    • Constructor Detail

      • MicrosoftGraphOutlookCategoryInner

        public MicrosoftGraphOutlookCategoryInner()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only.
        Returns:
        the displayName value.
      • withDisplayName

        public MicrosoftGraphOutlookCategoryInner withDisplayName​(String displayName)
        Set the displayName property: A unique name that identifies a category in the user's mailbox. After a category is created, the name cannot be changed. Read-only.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the MicrosoftGraphOutlookCategoryInner object itself.