public class Sheet extends AbstractSheet<Row,Column,Cell>
| Modifier and Type | Class and Description |
|---|---|
static class |
Sheet.CreateFromTemplateOrSheetBuilder
A class to simplify the creation of a sheet from another sheet or another template.
|
static class |
Sheet.CreateSheetBuilder
A convenience class to make a
Sheet object with the necessary fields to create the sheet by posting it
to smartsheet. |
static class |
Sheet.UpdateSheetBuilder
The Class UpdateSheetBuilder.
|
| Constructor and Description |
|---|
Sheet() |
Sheet(Long id)
Constructor that takes a sheet Id
|
getAccessLevel, getAttachments, getColumnById, getColumnByIndex, getColumns, getContactReferences, getCreatedAt, getCrossSheetReferences, getDependenciesEnabled, getDiscussions, getEffectiveAttachmentOptions, getFilters, getFromId, getGanttEnabled, getHasSummaryFields, getModifiedAt, getOwner, getOwnerId, getPermalink, getProjectSettings, getReadOnly, getResourceManagementEnabled, getRowByRowNumber, getRows, getShowParentRowsForFilters, getSource, getSummary, getTotalRowCount, getUserPermissions, getUserSettings, getVersion, getWorkspace, isFavorite, setAccessLevel, setAttachments, setColumns, setContactReferences, setCreatedAt, setCrossSheetReferences, setDependenciesEnabled, setDiscussions, setEffectiveAttachmentOptions, setFavorite, setFilters, setFromId, setGanttEnabled, setHasSummaryFields, setModifiedAt, setName, setOwner, setOwnerId, setPermalink, setProjectSettings, setReadOnly, setResourceManagementEnabled, setRows, setShowParentRowsForFilters, setSource, setSummary, setTotalRowCount, setUserPermissions, setUserSettings, setVersion, setWorkspacegetNameequals, getId, hashCode, setIdpublic Sheet()
public Sheet(Long id)
id - the idCopyright © 2014–2019 Smartsheet. All rights reserved.