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 columnsWidgetHyperlink
getHyperlink()
Gets the widget hyperlinkjava.lang.Long
getSheetId()
Get the ID of the sheet from which the cell data originatesWidgetType
getWidgetType()
Returns the type for this widget content objectCellLinkWidgetContent
setCellData(java.util.List<CellDataItem> cellData)
Sets the array of cell data itemsCellLinkWidgetContent
setColumns(java.util.List<Column> columns)
Sets the array of columnsCellLinkWidgetContent
setHyperlink(WidgetHyperlink hyperlink)
Sets the widget hyperlinkCellLinkWidgetContent
setSheetId(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:
getWidgetType
in 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
-
-