public class SpreadsheetEntry extends DocumentListEntry
DocumentListFeed
.DocumentListEntry.MediaType
BaseEntry.AtomHandler, BaseEntry.EntryState
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
AbstractExtension.AttributesHandler
Modifier and Type | Field and Description |
---|---|
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 which are
of document type.
|
static java.lang.String |
LABEL
Label for category.
|
FOLDERS_NAMESPACE, PARENT_NAMESPACE, REVISIONS_NAMESPACE, THUMBNAIL_NAMESPACE, UNKNOWN_CATEGORY, UNKNOWN_KIND, UNKNOWN_LABEL
xmlBlob
localName, namespace
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
WorksheetEntry |
getDefaultWorksheet()
Gets the first worksheet in the spreadsheet.
|
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.
|
addFolder, declareExtensions, getAclFeed, getAclFeedLink, getDescription, getDocId, getDocumentLink, getFolders, getKey, getLastModifiedBy, getLastViewed, getMd5Checksum, getMimeTypeFromFileName, getParentLinks, getQuotaBytesUsed, getResourceId, getType, isHidden, isStarred, isTrashed, isViewed, isWritersCanInvite, setDescription, setFile, setFile, setHidden, setLastModifiedBy, setLastViewed, setMd5Checksum, setQuotaBytesUsed, setResourceId, setStarred, setTrashed, setViewed, setWritersCanInvite
getContentHandlerInfo, getMediaEditLink, getMediaSource, setMediaSource, setService, updateMedia
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, 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, setSource, setSummary, setTitle, setUpdated, setVersionId, update, visitChildren
addExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChild
consumeAttributes, disableStrictValidation, enableStrictValidation, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCanEdit, getContent, getEdited, getEditLink, getPublished, getResumableEditMediaLink, getSelectedFields, getSummary, setCanEdit, setEdited, setPublished, setSelectedFields
addLink, getAuthors, getCategories, getEtag, getId, getKind, getLink, getLinks, getSelfLink, getTitle, getUpdated, getVersionId, removeLinks, removeLinks, setEtag, setId, setKind, setUpdated, setVersionId
public static final java.lang.String LABEL
public static final java.lang.String KIND
public static final Category CATEGORY
public SpreadsheetEntry()
public SpreadsheetEntry(BaseEntry sourceEntry)
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