Class MicrosoftGraphWorkbookTableSort
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookTableSort
workbookTableSort.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphWorkbookTableSort class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: workbookTableSort.fields()Get the fields property: Represents the current conditions used to last sort the table.Get the matchCase property: Represents whether the casing impacted the last sort of the table.method()Get the method property: Represents Chinese character ordering method last used to sort the table.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookTableSort.Set the fields property: Represents the current conditions used to last sort the table.Set the id property: Read-only.withMatchCase(Boolean matchCase) Set the matchCase property: Represents whether the casing impacted the last sort of the table.withMethod(String method) Set the method property: Represents Chinese character ordering method last used to sort the table.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphWorkbookTableSort
public MicrosoftGraphWorkbookTableSort()Creates an instance of MicrosoftGraphWorkbookTableSort class.
-
-
Method Details
-
fields
Get the fields property: Represents the current conditions used to last sort the table. Read-only.- Returns:
- the fields value.
-
withFields
Set the fields property: Represents the current conditions used to last sort the table. Read-only.- Parameters:
fields- the fields value to set.- Returns:
- the MicrosoftGraphWorkbookTableSort object itself.
-
matchCase
Get the matchCase property: Represents whether the casing impacted the last sort of the table. Read-only.- Returns:
- the matchCase value.
-
withMatchCase
Set the matchCase property: Represents whether the casing impacted the last sort of the table. Read-only.- Parameters:
matchCase- the matchCase value to set.- Returns:
- the MicrosoftGraphWorkbookTableSort object itself.
-
method
Get the method property: Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.- Returns:
- the method value.
-
withMethod
Set the method property: Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.- Parameters:
method- the method value to set.- Returns:
- the MicrosoftGraphWorkbookTableSort object itself.
-
additionalProperties
Get the additionalProperties property: workbookTableSort.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphWorkbookTableSort withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookTableSort.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphWorkbookTableSort object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-