Uses of Class
com.microsoft.graph.models.WorkbookTable
Packages that use WorkbookTable
-
Uses of WorkbookTable in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WorkbookTableModifier and TypeMethodDescriptionstatic WorkbookTableWorkbookTable.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type WorkbookTableModifier and TypeMethodDescriptionWorkbook.getTables()Gets the tables property value.WorkbookWorksheet.getTables()Gets the tables property value.WorkbookTableCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type WorkbookTableModifier and TypeMethodDescriptionvoidWorkbook.setTables(List<WorkbookTable> value) Sets the tables property value.voidWorkbookWorksheet.setTables(List<WorkbookTable> value) Sets the tables property value.voidWorkbookTableCollectionResponse.setValue(List<WorkbookTable> value) Sets the value property value.