Package com.smartsheet.api.models
Class CellLinkWidgetContent
- java.lang.Object
-
- com.smartsheet.api.models.CellLinkWidgetContent
-
- All Implemented Interfaces:
WidgetContent
public class CellLinkWidgetContent extends java.lang.Object implements WidgetContent
-
-
Constructor Summary
Constructors Constructor Description CellLinkWidgetContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CellDataItem>getCellData()Gets the array of cell data itemsjava.util.List<Column>getColumns()Gets the array of columnsWidgetHyperlinkgetHyperlink()Gets the widget hyperlinkjava.lang.LonggetSheetId()Get the ID of the sheet from which the cell data originatesWidgetTypegetWidgetType()Returns the type for this widget content objectCellLinkWidgetContentsetCellData(java.util.List<CellDataItem> cellData)Sets the array of cell data itemsCellLinkWidgetContentsetColumns(java.util.List<Column> columns)Sets the array of columnsCellLinkWidgetContentsetHyperlink(WidgetHyperlink hyperlink)Sets the widget hyperlinkCellLinkWidgetContentsetSheetId(java.lang.Long sheetId)Set the ID of the sheet from which the cell data originates
-
-
-
Method Detail
-
getWidgetType
public WidgetType getWidgetType()
Returns the type for this widget content object- Specified by:
getWidgetTypein interfaceWidgetContent- Returns:
- METRIC
-
getSheetId
public java.lang.Long getSheetId()
Get the ID of the sheet from which the cell data originates- Returns:
- the sheet ID
-
setSheetId
public CellLinkWidgetContent setSheetId(java.lang.Long sheetId)
Set the ID of the sheet from which the cell data originates
-
getCellData
public java.util.List<CellDataItem> getCellData()
Gets the array of cell data items
-
setCellData
public CellLinkWidgetContent setCellData(java.util.List<CellDataItem> cellData)
Sets the array of cell data items
-
getColumns
public java.util.List<Column> getColumns()
Gets the array of columns
-
setColumns
public CellLinkWidgetContent setColumns(java.util.List<Column> columns)
Sets the array of columns
-
getHyperlink
public WidgetHyperlink getHyperlink()
Gets the widget hyperlink- Returns:
- hyperlink
-
setHyperlink
public CellLinkWidgetContent setHyperlink(WidgetHyperlink hyperlink)
Sets the widget hyperlink
-
-