Package com.microsoft.graph.models
Class WorkbookSortField
java.lang.Object
com.microsoft.graph.models.WorkbookSortField
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WorkbookSortField
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Sort Field.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
ascending
@SerializedName(value="ascending", alternate="Ascending") @Expose @Nullable public Boolean ascendingThe Ascending. Represents whether the sorting is done in an ascending fashion. -
color
The Color. Represents the color that is the target of the condition if the sorting is on font or cell color. -
dataOption
@SerializedName(value="dataOption", alternate="DataOption") @Expose @Nullable public String dataOptionThe Data Option. Represents additional sorting options for this field. Possible values are: Normal, TextAsNumber. -
icon
The Icon. Represents the icon that is the target of the condition if the sorting is on the cell's icon. -
key
The Key. Represents the column (or row, depending on the sort orientation) that the condition is on. Represented as an offset from the first column (or row). -
sortOn
The Sort On. Represents the type of sorting of this condition. Possible values are: Value, CellColor, FontColor, Icon.
-
-
Constructor Details
-
WorkbookSortField
public WorkbookSortField()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-