Uses of Class
odata.msgraph.client.beta.entity.WorkbookTableRow
-
Packages that use WorkbookTableRow Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of WorkbookTableRow in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.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, String value)WorkbookTableRowWorkbookTableRow. withValues(Json values)Methods in odata.msgraph.client.beta.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) -
Uses of WorkbookTableRow in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.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.beta.entity.request
Methods in odata.msgraph.client.beta.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)
-