Uses of Class
odata.msgraph.client.complex.SortProperty
-
Packages that use SortProperty Package Description odata.msgraph.client.complex -
-
Uses of SortProperty in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type SortProperty Modifier and Type Field Description protected List<SortProperty>SearchRequest. sortPropertiesMethods in odata.msgraph.client.complex that return SortProperty Modifier and Type Method Description SortPropertySortProperty.Builder. build()SortPropertySortProperty. withIsDescending(Boolean isDescending)SortPropertySortProperty. withName(String name)SortPropertySortProperty. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type SortProperty Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SortProperty>SearchRequest. getSortProperties()com.github.davidmoten.odata.client.CollectionPage<SortProperty>SearchRequest. getSortProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type SortProperty Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. sortProperties(SortProperty... sortProperties)Method parameters in odata.msgraph.client.complex with type arguments of type SortProperty Modifier and Type Method Description SearchRequest.BuilderSearchRequest.Builder. sortProperties(List<SortProperty> sortProperties)
-