Uses of Class
odata.msgraph.client.complex.WorkbookSortField
-
Packages that use WorkbookSortField Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of WorkbookSortField in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return WorkbookSortField Modifier and Type Method Description WorkbookSortFieldWorkbookSortField.Builder. build()WorkbookSortFieldWorkbookSortField. withAscending(Boolean ascending)WorkbookSortFieldWorkbookSortField. withColor(String color)WorkbookSortFieldWorkbookSortField. withDataOption(String dataOption)WorkbookSortFieldWorkbookSortField. withIcon(WorkbookIcon icon)WorkbookSortFieldWorkbookSortField. withKey(Integer key)WorkbookSortFieldWorkbookSortField. withSortOn(String sortOn)WorkbookSortFieldWorkbookSortField. withUnmappedField(String name, Object value) -
Uses of WorkbookSortField in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type WorkbookSortField Modifier and Type Field Description protected List<WorkbookSortField>WorkbookTableSort. fieldsMethods in odata.msgraph.client.entity that return types with arguments of type WorkbookSortField Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<WorkbookSortField>WorkbookTableSort. getFields()com.github.davidmoten.odata.client.CollectionPage<WorkbookSortField>WorkbookTableSort. getFields(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type WorkbookSortField Modifier and Type Method Description WorkbookTableSort.BuilderWorkbookTableSort.Builder. fields(WorkbookSortField... fields)Method parameters in odata.msgraph.client.entity with type arguments of type WorkbookSortField Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnWorkbookRangeSort. apply(List<WorkbookSortField> fields, Boolean matchCase, Boolean hasHeaders, String orientation, String method)com.github.davidmoten.odata.client.ActionRequestNoReturnWorkbookTableSort. apply(List<WorkbookSortField> fields, Boolean matchCase, String method)WorkbookTableSort.BuilderWorkbookTableSort.Builder. fields(List<WorkbookSortField> fields)WorkbookTableSortWorkbookTableSort. withFields(List<WorkbookSortField> fields) -
Uses of WorkbookSortField in odata.msgraph.client.entity.request
Method parameters in odata.msgraph.client.entity.request with type arguments of type WorkbookSortField Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnWorkbookRangeSortRequest. apply(List<WorkbookSortField> fields, Boolean matchCase, Boolean hasHeaders, String orientation, String method)com.github.davidmoten.odata.client.ActionRequestNoReturnWorkbookTableSortRequest. apply(List<WorkbookSortField> fields, Boolean matchCase, String method)
-