Package com.microsoft.graph.models
Class SortProperty
java.lang.Object
com.microsoft.graph.models.SortProperty
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SortProperty
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Sort Property.
-
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 -
isDescending
@SerializedName(value="isDescending", alternate="IsDescending") @Expose @Nullable public Boolean isDescendingThe Is Descending. True if the sort order is descending. Default is false, with the sort order as ascending. Optional. -
name
The Name. The name of the property to sort on. Required.
-
-
Constructor Details
-
SortProperty
public SortProperty()
-
-
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
-