Uses of Class
odata.msgraph.client.entity.WorkbookTableRow
-
Packages that use WorkbookTableRow Package Description odata.msgraph.client.entity odata.msgraph.client.entity.collection.request odata.msgraph.client.entity.request -
-
Uses of WorkbookTableRow in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type WorkbookTableRow Modifier and Type Field Description protected List<WorkbookTableRow>WorkbookTable. rowsMethods in odata.msgraph.client.entity that return WorkbookTableRow Modifier and Type Method Description WorkbookTableRowWorkbookTableRow.Builder. build()WorkbookTableRowWorkbookTableRow. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.WorkbookTableRowWorkbookTableRow. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).WorkbookTableRowWorkbookTableRow. withIndex(Integer index)WorkbookTableRowWorkbookTableRow. withUnmappedField(String name, Object value)WorkbookTableRowWorkbookTableRow. withValues(Json values)Methods in odata.msgraph.client.entity that return types with arguments of type WorkbookTableRow Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookTableRow>Workbook. tableRowOperationResult(String key)Methods in odata.msgraph.client.entity with parameters of type WorkbookTableRow Modifier and Type Method Description WorkbookTable.BuilderWorkbookTable.Builder. rows(WorkbookTableRow... rows)Method parameters in odata.msgraph.client.entity with type arguments of type WorkbookTableRow Modifier and Type Method Description WorkbookTable.BuilderWorkbookTable.Builder. rows(List<WorkbookTableRow> rows)WorkbookTableWorkbookTable. withRows(List<WorkbookTableRow> rows) -
Uses of WorkbookTableRow in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type WorkbookTableRow Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookTableRow>WorkbookTableRowCollectionRequest. add(Integer index, Json values)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookTableRow>WorkbookTableRowCollectionRequest. itemAt(Integer index) -
Uses of WorkbookTableRow in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type WorkbookTableRow Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookTableRow>WorkbookRequest. tableRowOperationResult(String key)
-