public class GDataClientLoginAPI extends Object
Constructor and Description |
---|
GDataClientLoginAPI() |
Modifier and Type | Method and Description |
---|---|
com.google.gdata.data.spreadsheet.SpreadsheetEntry |
getSpreadsheetEntry(String sheetName,
boolean key) |
protected com.google.gdata.data.BaseFeed<?,?> |
getSpreadsheetFeedQuery(com.google.gdata.client.spreadsheet.SpreadsheetQuery squery,
Class<? extends com.google.gdata.data.BaseFeed<?,?>> feedClass) |
UpdateResult |
listFeedDelete(String spreadsheetKey,
String worksheetID,
String criteria)
Deletes spreadsheet rows using the listfeed.
|
UpdateResult |
listFeedInsert(String spreadsheetKey,
String worksheetID,
Map<String,Object> pair)
Insert row into spreadsheet using listfeed
|
UpdateResult |
listFeedUpdate(String spreadsheetKey,
String worksheetID,
String criteria,
List<UpdateSet> updateSet,
List<Column> allColumns)
Updates spreadsheet using the listfeed.
|
void |
setHeaderFactory(AuthHeaderFactory headerFactory) |
public void setHeaderFactory(AuthHeaderFactory headerFactory)
public com.google.gdata.data.spreadsheet.SpreadsheetEntry getSpreadsheetEntry(String sheetName, boolean key)
protected com.google.gdata.data.BaseFeed<?,?> getSpreadsheetFeedQuery(com.google.gdata.client.spreadsheet.SpreadsheetQuery squery, Class<? extends com.google.gdata.data.BaseFeed<?,?>> feedClass)
public UpdateResult listFeedUpdate(String spreadsheetKey, String worksheetID, String criteria, List<UpdateSet> updateSet, List<Column> allColumns)
spreadsheetKey
- key that identifies spreadsheetworksheetID
- id that identifies worksheetcriteria
- update criteriaupdateSet
- fields that should be updatedallColumns
- public UpdateResult listFeedDelete(String spreadsheetKey, String worksheetID, String criteria)
spreadsheetKey
- key that identifies spreadsheetworksheetID
- id that identifies worksheetcriteria
- delete criteriapublic UpdateResult listFeedInsert(String spreadsheetKey, String worksheetID, Map<String,Object> pair)
spreadsheetKey
- key that identifies spreadsheetworksheetID
- key that identifies worksheetpair
- name - value pair that should be inserted into spreadsheetCopyright © 2019. All rights reserved.