Uses of Class
odata.msgraph.client.entity.WorkbookTableSort.Builder
-
Packages that use WorkbookTableSort.Builder Package Description odata.msgraph.client.entity -
-
Uses of WorkbookTableSort.Builder in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return WorkbookTableSort.Builder Modifier and Type Method Description static WorkbookTableSort.BuilderWorkbookTableSort. builderWorkbookTableSort()Returns a builder which is used to create a new instance of this class (given that this class is immutable).WorkbookTableSort.BuilderWorkbookTableSort.Builder. fields(List<WorkbookSortField> fields)WorkbookTableSort.BuilderWorkbookTableSort.Builder. fields(WorkbookSortField... fields)WorkbookTableSort.BuilderWorkbookTableSort.Builder. fieldsNextLink(String fieldsNextLink)WorkbookTableSort.BuilderWorkbookTableSort.Builder. id(String id)WorkbookTableSort.BuilderWorkbookTableSort.Builder. matchCase(Boolean matchCase)WorkbookTableSort.BuilderWorkbookTableSort.Builder. method(String method)
-