Uses of Class
odata.msgraph.client.entity.WorkbookFunctions
-
Packages that use WorkbookFunctions Package Description odata.msgraph.client.entity -
-
Uses of WorkbookFunctions in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WorkbookFunctions Modifier and Type Field Description protected WorkbookFunctionsWorkbook. functionsMethods in odata.msgraph.client.entity that return WorkbookFunctions Modifier and Type Method Description WorkbookFunctionsWorkbookFunctions.Builder. build()WorkbookFunctionsWorkbookFunctions. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookFunctionsWorkbookFunctions. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookFunctionsWorkbookFunctions. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type WorkbookFunctions Modifier and Type Method Description Workbook.BuilderWorkbook.Builder. functions(WorkbookFunctions functions)WorkbookWorkbook. withFunctions(WorkbookFunctions functions)
-