MicrosoftGraphWorkbookTableSort Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookTableSort
- com.
- com.
public final class MicrosoftGraphWorkbookTableSort
extends MicrosoftGraphEntity
workbookTableSort.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookTableSort() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
List<Microsoft |
fields()
Get the fields property: Represents the current conditions used to last sort the table. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Boolean |
matchCase()
Get the match |
String |
method()
Get the method property: Represents Chinese character ordering method last used to sort the table. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withFields(List<MicrosoftGraphWorkbookSortField> fields)
Set the fields property: Represents the current conditions used to last sort the table. |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withMatchCase(Boolean matchCase)
Set the match |
Microsoft |
withMethod(String method)
Set the method property: Represents Chinese character ordering method last used to sort the table. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookTableSort
public MicrosoftGraphWorkbookTableSort()
Creates an instance of MicrosoftGraphWorkbookTableSort class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookTableSort.
Overrides:
MicrosoftGraphWorkbookTableSort.additionalProperties()Returns:
fields
public List
Get the fields property: Represents the current conditions used to last sort the table. Read-only.
Returns:
fromJson
public static MicrosoftGraphWorkbookTableSort fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookTableSort from the JsonReader.
Parameters:
Returns:
Throws:
matchCase
public Boolean matchCase()
Get the matchCase property: Represents whether the casing impacted the last sort of the table. Read-only.
Returns:
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:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookTableSort.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookTableSort.validate()withAdditionalProperties
public MicrosoftGraphWorkbookTableSort withAdditionalProperties(Map
Set the additionalProperties property: workbookTableSort.
Overrides:
MicrosoftGraphWorkbookTableSort.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withFields
public MicrosoftGraphWorkbookTableSort withFields(List
Set the fields property: Represents the current conditions used to last sort the table. Read-only.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookTableSort withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookTableSort.withId(String id)Parameters:
withMatchCase
public MicrosoftGraphWorkbookTableSort withMatchCase(Boolean matchCase)
Set the matchCase property: Represents whether the casing impacted the last sort of the table. Read-only.
Parameters:
Returns:
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:
Returns:
Applies to
Azure SDK for Java