| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Class and Description |
|---|---|
class |
Report
A report object that is a filtered view of the data from one or more Sheets.
|
class |
Sheet
Represents the Sheet object.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setAccessLevel(AccessLevel accessLevel)
Sets the access level for the sheet.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setAttachments(List<Attachment> attachments)
Sets the attachments for the sheet.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setColumns(List<TColumn> columns)
Sets the columns for the sheet.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setContactReferences(List<ContactObjectValue> contactReferences)
Sets contact references used by MULTI_CONTACT_LIST columns
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setCreatedAt(Date createdAt)
Sets the date and time the sheet was created.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setCrossSheetReferences(List<CrossSheetReference> crossSheetReferences)
Sets the list of cross sheet references used by this sheet
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setDependenciesEnabled(Boolean dependenciesEnabled)
Sets the dependencies enabled flag.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setDiscussions(List<Discussion> discussions)
Sets the discussions for the sheet.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setEffectiveAttachmentOptions(EnumSet<AttachmentType> effectiveAttachmentOptions)
Sets the effective attachment options.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setFavorite(Boolean favorite)
Sets the favorite sheet
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setFilters(List<SheetFilter> filters)
Sets the list of sheet filters for this sheet.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setFromId(Long fromId)
Sets the ID of the sheet/template from which the sheet was created.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setGanttEnabled(Boolean ganttEnabled)
Sets the gantt enabled flag.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setHasSummaryFields(Boolean hasSummaryFields)
Sets flag indicating whether a sheet summary is present
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setModifiedAt(Date modifiedAt)
Sets the date and time the sheet was last modified.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setName(String name)
Provide an 'override' of setName (returns AbstractSheet not NamedModel)
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setOwner(String owner)
Sets the owner
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setOwnerId(long ownerId)
Sets the owner id.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setPermalink(String permalink)
Sets the permalink for the sheet.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setProjectSettings(ProjectSettings projectSettings)
Sets the project settings.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setReadOnly(Boolean readOnly)
Sets the read only flag for the sheet.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setResourceManagementEnabled(Boolean resourceManagementEnabled) |
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setRows(List<TRow> rows)
Sets the rows for the sheet.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setShowParentRowsForFilters(Boolean showParentRowsForFilters)
Sets the show parent rows for filters.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setSource(Source source)
Sets the source.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setSummary(SheetSummary summary)
Sets the sheet summary if one exists for this sheet
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setTotalRowCount(Integer totalRowCount)
Sets the total row count.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setUserPermissions(SheetUserPermissions userPermissions)
Sets the sheet user permissions
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setUserSettings(SheetUserSettings userSettings)
Sets the user settings.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setVersion(Integer version)
Sets the version for the sheet.
|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setWorkspace(Workspace workspace)
Sets a workspace object containing the name and id of the workspace containing this sheet
|
Copyright © 2014–2019 Smartsheet. All rights reserved.