Package | Description |
---|---|
com.google.api.services.sheets.v4 | |
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
Sheets.Spreadsheets.BatchUpdate |
Sheets.Spreadsheets.batchUpdate(java.lang.String spreadsheetId,
BatchUpdateSpreadsheetRequest content)
Applies one or more updates to the spreadsheet.
|
Constructor and Description |
---|
Sheets.Spreadsheets.BatchUpdate(java.lang.String spreadsheetId,
BatchUpdateSpreadsheetRequest content)
Applies one or more updates to the spreadsheet.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.clone() |
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.set(java.lang.String fieldName,
java.lang.Object value) |
BatchUpdateSpreadsheetRequest |
BatchUpdateSpreadsheetRequest.setRequests(java.util.List<Request> requests)
A list of updates to apply to the spreadsheet.
|