MicrosoftGraphWorkbookIcon Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookIcon
- com.
Implements
public final class MicrosoftGraphWorkbookIcon
implements JsonSerializable<MicrosoftGraphWorkbookIcon>
workbookIcon.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookIcon() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
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. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withIndex(Integer index)
Set the index property: Represents the index of the icon in the given set. |
Microsoft |
withSet(String set)
Set the set property: Represents the set that the icon is part of. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookIcon
public MicrosoftGraphWorkbookIcon()
Creates an instance of MicrosoftGraphWorkbookIcon class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookIcon.
Returns:
fromJson
public static MicrosoftGraphWorkbookIcon fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookIcon from the JsonReader.
Parameters:
Returns:
Throws:
index
public Integer index()
Get the index property: Represents the index of the icon in the given set.
Returns:
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:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphWorkbookIcon withAdditionalProperties(Map
Set the additionalProperties property: workbookIcon.
Parameters:
Returns:
withIndex
public MicrosoftGraphWorkbookIcon withIndex(Integer index)
Set the index property: Represents the index of the icon in the given set.
Parameters:
Returns:
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:
Returns:
Applies to
Azure SDK for Java