Class MicrosoftGraphWorkbookIcon


  • public final class MicrosoftGraphWorkbookIcon
    extends Object
    workbookIcon.
    • Constructor Detail

      • MicrosoftGraphWorkbookIcon

        public MicrosoftGraphWorkbookIcon()
    • Method Detail

      • index

        public Integer index()
        Get the index property: Represents the index of the icon in the given set.
        Returns:
        the index value.
      • withIndex

        public MicrosoftGraphWorkbookIcon withIndex​(Integer index)
        Set the index property: Represents the index of the icon in the given set.
        Parameters:
        index - the index value to set.
        Returns:
        the MicrosoftGraphWorkbookIcon object itself.
      • set

        public String set()
        Get the set property: Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.
        Returns:
        the set value.
      • withSet

        public MicrosoftGraphWorkbookIcon withSet​(String set)
        Set the set property: Represents the set that the icon is part of. The possible values are: Invalid, ThreeArrows, ThreeArrowsGray, ThreeFlags, ThreeTrafficLights1, ThreeTrafficLights2, ThreeSigns, ThreeSymbols, ThreeSymbols2, FourArrows, FourArrowsGray, FourRedToBlack, FourRating, FourTrafficLights, FiveArrows, FiveArrowsGray, FiveRating, FiveQuarters, ThreeStars, ThreeTriangles, FiveBoxes.
        Parameters:
        set - the set value to set.
        Returns:
        the MicrosoftGraphWorkbookIcon object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: workbookIcon.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphWorkbookIcon withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: workbookIcon.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphWorkbookIcon object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.