|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.BaseEntry<SpreadsheetEntry>
com.google.gdata.data.spreadsheet.SpreadsheetEntry
public class SpreadsheetEntry
One spreadsheet, when listing all spreadsheets you have access to.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gdata.data.BaseEntry |
---|
BaseEntry.AtomHandler |
Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint |
---|
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler |
Field Summary | |
---|---|
static Category |
CATEGORY
Category used to label entries that contain spreadsheet data. |
static java.lang.String |
KIND
Kind category term used to label the entries that contains spreadsheet data. |
Constructor Summary | |
---|---|
SpreadsheetEntry()
Constructs a new uninitialized entry, to be populated by the GData parsers. |
|
SpreadsheetEntry(BaseEntry sourceEntry)
Constructs a new entry by doing a shallow copy from another BaseEntry instance. |
Method Summary | |
---|---|
void |
declareExtensions(ExtensionProfile extProfile)
Declares extensions (although Spreadsheet Kind currently has none). |
WorksheetEntry |
getDefaultWorksheet()
Gets the first worksheet in the spreadsheet. |
java.lang.String |
getKey()
Gets the non-user-friendly key that is used to access the spreadsheet. |
Link |
getSpreadsheetLink()
Gets the link with which you can open up the spreadsheet in a Web browser, the full Google Spreadsheets user interface. |
java.net.URL |
getWorksheetFeedUrl()
Gets the URL for this spreadsheet's worksheets feed. |
java.util.List<WorksheetEntry> |
getWorksheets()
Gets all worksheet entries that are part of this spreadsheet. |
Methods inherited from class com.google.gdata.data.BaseEntry |
---|
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getKind, getLink, getLinks, getLinks, getMediaEditLink, getPlainTextContent, getPubControl, getPublished, getResumableEditMediaLink, getRights, getSelectedFields, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setSelectedFields, setService, setSource, setSummary, setTitle, setUpdated, setVersionId, update |
Methods inherited from class com.google.gdata.data.ExtensionPoint |
---|
addExtension, addRepeatingExtension, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String KIND
public static final Category CATEGORY
Constructor Detail |
---|
public SpreadsheetEntry()
public SpreadsheetEntry(BaseEntry sourceEntry)
Method Detail |
---|
public Link getSpreadsheetLink()
public java.net.URL getWorksheetFeedUrl()
public java.util.List<WorksheetEntry> getWorksheets() throws java.io.IOException, ServiceException
java.io.IOException
ServiceException
public WorksheetEntry getDefaultWorksheet() throws java.io.IOException, ServiceException
java.io.IOException
ServiceException
public java.lang.String getKey()
public void declareExtensions(ExtensionProfile extProfile)
declareExtensions
in interface Kind.Adaptor
declareExtensions
in class ExtensionPoint
extProfile
- the ExtensionProfile to initialize.ExtensionProfile.addDeclarations(Kind.Adaptor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |