Package com.smartsheet.api.models
Interface WidgetContent
-
- All Known Implementing Classes:
CellLinkWidgetContent
,ChartWidgetContent
,ImageWidgetContent
,ReportWidgetContent
,ShortcutWidgetContent
,TitleRichTextWidgetContent
,WebContentWidgetContent
public interface WidgetContent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WidgetType
getWidgetType()
Get the widgetContent type
-
-
-
Method Detail
-
getWidgetType
WidgetType getWidgetType()
Get the widgetContent type- Returns:
- widgetContent type;
-
-