public class Sheets.Spreadsheets.Values
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Sheets.Spreadsheets.Values.BatchGet |
class |
Sheets.Spreadsheets.Values.BatchUpdate |
class |
Sheets.Spreadsheets.Values.Get |
class |
Sheets.Spreadsheets.Values.Update |
| Constructor and Description |
|---|
Sheets.Spreadsheets.Values() |
| Modifier and Type | Method and Description |
|---|---|
Sheets.Spreadsheets.Values.BatchGet |
batchGet(java.lang.String spreadsheetId)
Returns one or more ranges of values from a spreadsheet.
|
Sheets.Spreadsheets.Values.BatchUpdate |
batchUpdate(java.lang.String spreadsheetId,
BatchUpdateValuesRequest content)
Sets values in one or more ranges of a spreadsheet.
|
Sheets.Spreadsheets.Values.Get |
get(java.lang.String spreadsheetId,
java.lang.String range)
Returns a range of values from a spreadsheet.
|
Sheets.Spreadsheets.Values.Update |
update(java.lang.String spreadsheetId,
java.lang.String range,
ValueRange content)
Sets values in a range of a spreadsheet.
|
public Sheets.Spreadsheets.Values.BatchGet batchGet(java.lang.String spreadsheetId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.spreadsheetId - The ID of the spreadsheet to retrieve data from.java.io.IOExceptionpublic Sheets.Spreadsheets.Values.BatchUpdate batchUpdate(java.lang.String spreadsheetId, BatchUpdateValuesRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.spreadsheetId - The ID of the spreadsheet to update.content - the BatchUpdateValuesRequestjava.io.IOExceptionpublic Sheets.Spreadsheets.Values.Get get(java.lang.String spreadsheetId, java.lang.String range) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.spreadsheetId - The ID of the spreadsheet to retrieve data from.range - The A1 notation of the values to retrieve.java.io.IOExceptionpublic Sheets.Spreadsheets.Values.Update update(java.lang.String spreadsheetId, java.lang.String range, ValueRange content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.spreadsheetId - The ID of the spreadsheet to update.range - The A1 notation of the values to update.content - the ValueRangejava.io.IOException