| Constructor and Description |
|---|
GDataClientLoginAPI() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gdata.data.spreadsheet.SpreadsheetEntry |
getSpreadsheetEntryByTitle(String sheetTitle) |
String |
getSpreadsheetKeyByTitle(String sheetName) |
UpdateResult |
listFeedDelete(String spreadsheetKey,
String worksheetID,
String criteria)
Deletes spreadsheet rows using the listfeed.
|
UpdateResult |
listFeedInsert(String spreadsheetKey,
String worksheetID,
Map<String,String> pair)
Insert row into spreadsheet using listfeed
|
UpdateResult |
listFeedUpdate(String spreadsheetKey,
String worksheetID,
String criteria,
List<UpdateSet> updateSet)
Updates spreadsheet using the listfeed.
|
void |
setHeaderFactory(AuthHeaderFactory headerFactory) |
public void setHeaderFactory(AuthHeaderFactory headerFactory)
public com.google.gdata.data.spreadsheet.SpreadsheetEntry getSpreadsheetEntryByTitle(String sheetTitle)
public String getSpreadsheetKeyByTitle(String sheetName)
getSpreadsheetKeyByTitle in interface GDataAPIpublic UpdateResult listFeedUpdate(String spreadsheetKey, String worksheetID, String criteria, List<UpdateSet> updateSet)
spreadsheetKey - key that identifies spreadsheetworksheetID - id that identifies worksheetcriteria - update criteriaupdateSet - fields that should be updatedpublic 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,String> pair)
spreadsheetKey - key that identifies spreadsheetworksheetID - key that identifies worksheetpair - name - value pair that should be inserted into spreadsheetCopyright © 2017 JBoss by Red Hat. All rights reserved.