Class MicrosoftGraphWorkbookIcon
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookIcon
-
public final class MicrosoftGraphWorkbookIcon extends Object
workbookIcon.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookIcon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: workbookIcon.Integer
index()
Get the index property: Represents the index of the icon in the given set.String
set()
Get the set property: Represents the set that the icon is part of.void
validate()
Validates the instance.MicrosoftGraphWorkbookIcon
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: workbookIcon.MicrosoftGraphWorkbookIcon
withIndex(Integer index)
Set the index property: Represents the index of the icon in the given set.MicrosoftGraphWorkbookIcon
withSet(String set)
Set the set property: Represents the set that the icon is part of.
-
-
-
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.
-
-