Package com.smartsheet.api.models
Class Report
- java.lang.Object
-
- com.smartsheet.api.models.IdentifiableModel<T>
-
- com.smartsheet.api.models.NamedModel<java.lang.Long>
-
- com.smartsheet.api.models.AbstractSheet<ReportRow,ReportColumn,ReportCell>
-
- com.smartsheet.api.models.Report
-
public class Report extends AbstractSheet<ReportRow,ReportColumn,ReportCell>
A report object that is a filtered view of the data from one or more Sheets.- See Also:
- Creating Reports Help
-
-
Constructor Summary
Constructors Constructor Description Report()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Scope
getScope()
Gets the scope of the reportjava.util.List<Sheet>
getSourceSheets()
Gets the sheet array.Report
setScope(Scope scope)
Sets the scope of the reportReport
setSourceSheets(java.util.List<Sheet> sourceSheets)
Sets the sheet array.-
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
-
-