Package com.smartsheet.api.models
Class Sheet
- java.lang.Object
-
- com.smartsheet.api.models.IdentifiableModel<T>
-
- com.smartsheet.api.models.NamedModel<java.lang.Long>
-
- com.smartsheet.api.models.AbstractSheet<Row,Column,Cell>
-
- com.smartsheet.api.models.Sheet
-
public class Sheet extends AbstractSheet<Row,Column,Cell>
Represents the Sheet object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class 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 aSheet
object with the necessary fields to create the sheet by posting it to smartsheet.static class
Sheet.UpdateSheetBuilder
The Class UpdateSheetBuilder.
-
Method Summary
-
Methods inherited from class com.smartsheet.api.models.AbstractSheet
getAccessLevel, getAttachments, getColumnById, getColumnByIndex, getColumns, getContactReferences, getCreatedAt, getCrossSheetReferences, getDependenciesEnabled, getDiscussions, getEffectiveAttachmentOptions, getFilters, getFromId, getGanttEnabled, getHasSummaryFields, getModifiedAt, getOwner, getOwnerId, getPermalink, getProjectSettings, getReadOnly, getResourceManagementEnabled, getResourceManagementType, 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, setResourceManagementType, setRows, setSheetId, setSheetName, setShowParentRowsForFilters, setSource, setSummary, setTotalRowCount, setUserPermissions, setUserSettings, setVersion, setWorkspace
-
Methods inherited from class com.smartsheet.api.models.NamedModel
getName
-
Methods inherited from class com.smartsheet.api.models.IdentifiableModel
equals, getId, hashCode, setId
-
-