public class ReportWidgetContent extends Object implements WidgetContent
| Constructor and Description |
|---|
ReportWidgetContent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHtmlContent()
Gets the HTML snippet used to render report
|
WidgetHyperlink |
getHyperlink()
Gets the hyperlink associated with this Widget
|
Long |
getReportId()
Gets the report ID denoting container source
|
WidgetType |
getWidgetType()
Returns the type for this widget content object
|
ReportWidgetContent |
setHtmlContent(String htmlContent)
Sets the HTML snippet used to render report
|
ReportWidgetContent |
setHyperlink(WidgetHyperlink hyperlink)
Sets the hyperlink associated with this Widget
|
ReportWidgetContent |
setReportId(Long reportId)
Sets the report ID denoting container source
|
public WidgetType getWidgetType()
getWidgetType in interface WidgetContentpublic Long getReportId()
public ReportWidgetContent setReportId(Long reportId)
reportId - public String getHtmlContent()
public ReportWidgetContent setHtmlContent(String htmlContent)
htmlContent - public WidgetHyperlink getHyperlink()
public ReportWidgetContent setHyperlink(WidgetHyperlink hyperlink)
hyperlink - Copyright © 2014–2019 Smartsheet. All rights reserved.