| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
WorkbookSortField |
WorkbookSortField.Builder.build() |
WorkbookSortField |
WorkbookSortField.withAscending(Boolean ascending) |
WorkbookSortField |
WorkbookSortField.withColor(String color) |
WorkbookSortField |
WorkbookSortField.withDataOption(String dataOption) |
WorkbookSortField |
WorkbookSortField.withIcon(WorkbookIcon icon) |
WorkbookSortField |
WorkbookSortField.withKey(Integer key) |
WorkbookSortField |
WorkbookSortField.withSortOn(String sortOn) |
| Modifier and Type | Field and Description |
|---|---|
protected List<WorkbookSortField> |
WorkbookTableSort.fields |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<WorkbookSortField> |
WorkbookTableSort.getFields() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
WorkbookRangeSort.apply(List<WorkbookSortField> fields,
Boolean matchCase,
Boolean hasHeaders,
String orientation,
String method) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
WorkbookTableSort.apply(List<WorkbookSortField> fields,
Boolean matchCase,
String method) |
WorkbookTableSort.Builder |
WorkbookTableSort.Builder.fields(List<WorkbookSortField> fields) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
WorkbookRangeSortRequest.apply(List<WorkbookSortField> fields,
Boolean matchCase,
Boolean hasHeaders,
String orientation,
String method) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
WorkbookTableSortRequest.apply(List<WorkbookSortField> fields,
Boolean matchCase,
String method) |
Copyright © 2018–2020. All rights reserved.