Class MicrosoftGraphWorkbookTableSort
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookTableSort
-
public final class MicrosoftGraphWorkbookTableSort extends MicrosoftGraphEntity
workbookTableSort.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphWorkbookTableSort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: workbookTableSort.List<MicrosoftGraphWorkbookSortField>fields()Get the fields property: Represents the current conditions used to last sort the table.BooleanmatchCase()Get the matchCase property: Represents whether the casing impacted the last sort of the table.Stringmethod()Get the method property: Represents Chinese character ordering method last used to sort the table.voidvalidate()Validates the instance.MicrosoftGraphWorkbookTableSortwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookTableSort.MicrosoftGraphWorkbookTableSortwithFields(List<MicrosoftGraphWorkbookSortField> fields)Set the fields property: Represents the current conditions used to last sort the table.MicrosoftGraphWorkbookTableSortwithId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookTableSortwithMatchCase(Boolean matchCase)Set the matchCase property: Represents whether the casing impacted the last sort of the table.MicrosoftGraphWorkbookTableSortwithMethod(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
-
-
-
-
Method Detail
-
fields
public List<MicrosoftGraphWorkbookSortField> fields()
Get the fields property: Represents the current conditions used to last sort the table. Read-only.- Returns:
- the fields value.
-
withFields
public MicrosoftGraphWorkbookTableSort withFields(List<MicrosoftGraphWorkbookSortField> fields)
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
public Boolean matchCase()
Get the matchCase property: Represents whether the casing impacted the last sort of the table. Read-only.- Returns:
- the matchCase value.
-
withMatchCase
public MicrosoftGraphWorkbookTableSort withMatchCase(Boolean matchCase)
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
public String 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
public MicrosoftGraphWorkbookTableSort withMethod(String method)
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
public Map<String,Object> 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
public MicrosoftGraphWorkbookTableSort withId(String id)
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.
-
-