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) |
org.teiid.translator.google.api.result.UpdateResult |
listFeedDelete(String spreadsheetKey,
String worksheetID,
String criteria)
Deletes spreadsheet rows using the listfeed.
|
org.teiid.translator.google.api.result.UpdateResult |
listFeedInsert(String spreadsheetKey,
String worksheetID,
Map<String,String> pair)
Insert row into spreadsheet using listfeed
|
org.teiid.translator.google.api.result.UpdateResult |
listFeedUpdate(String spreadsheetKey,
String worksheetID,
String criteria,
List<org.teiid.translator.google.api.UpdateSet> updateSet)
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)
public org.teiid.translator.google.api.result.UpdateResult listFeedUpdate(String spreadsheetKey, String worksheetID, String criteria, List<org.teiid.translator.google.api.UpdateSet> updateSet)
spreadsheetKey - key that identifies spreadsheetworksheetID - id that identifies worksheetcriteria - update criteriaupdateSet - fields that should be updatedpublic org.teiid.translator.google.api.result.UpdateResult listFeedDelete(String spreadsheetKey, String worksheetID, String criteria)
spreadsheetKey - key that identifies spreadsheetworksheetID - id that identifies worksheetcriteria - delete criteriapublic org.teiid.translator.google.api.result.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.