|
|||||||||
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, BaseEntry.EntryState |
Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint |
---|
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler |
Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension |
---|
AbstractExtension.AttributesHandler |
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. |
Fields inherited from class com.google.gdata.data.BaseEntry |
---|
state |
Fields inherited from class com.google.gdata.data.ExtensionPoint |
---|
xmlBlob |
Fields inherited from class com.google.gdata.data.AbstractExtension |
---|
localName, namespace |
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, getContentHandlerInfo, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getLink, getLinks, getLinks, getMediaEditLink, getPlainTextContent, getPubControl, getPublished, getRights, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setPubControl, setPublished, setRights, setService, setSource, setSummary, setTitle, setUpdated, setVersionId, update, visitChildren |
Methods inherited from class com.google.gdata.data.AbstractExtension |
---|
consumeAttributes, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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 |