Class MicrosoftGraphWorkbookIcon
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookIcon
workbookIcon.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookIcon class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookIcon.index()Get the index property: Represents the index of the icon in the given set.set()Get the set property: Represents the set that the icon is part of.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookIcon.Set the index property: Represents the index of the icon in the given set.Set the set property: Represents the set that the icon is part of.
-
Constructor Details
-
MicrosoftGraphWorkbookIcon
public MicrosoftGraphWorkbookIcon()Creates an instance of MicrosoftGraphWorkbookIcon class.
-
-
Method Details
-
index
Get the index property: Represents the index of the icon in the given set.- Returns:
- the index value.
-
withIndex
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
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
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
Get the additionalProperties property: workbookIcon.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
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.
-