Package com.microsoft.graph.models
Class WorkbookTableSort
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.WorkbookTableSort
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WorkbookTableSort
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Table Sort.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Fields.The Match Case.The Method. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
fields
@SerializedName(value="fields", alternate="Fields") @Expose @Nullable public List<WorkbookSortField> fieldsThe Fields. Represents the current conditions used to last sort the table. Read-only. -
matchCase
@SerializedName(value="matchCase", alternate="MatchCase") @Expose @Nullable public Boolean matchCaseThe Match Case. Represents whether the casing impacted the last sort of the table. Read-only. -
method
The Method. Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.
-
-
Constructor Details
-
WorkbookTableSort
public WorkbookTableSort()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-