Package com.smartsheet.api.models
Class ReportWidgetContent
- java.lang.Object
-
- com.smartsheet.api.models.ReportWidgetContent
-
- All Implemented Interfaces:
WidgetContent
public class ReportWidgetContent extends java.lang.Object implements WidgetContent
-
-
Constructor Summary
Constructors Constructor Description ReportWidgetContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHtmlContent()
Gets the HTML snippet used to render reportWidgetHyperlink
getHyperlink()
Gets the hyperlink associated with this Widgetjava.lang.Long
getReportId()
Gets the report ID denoting container sourceWidgetType
getWidgetType()
Returns the type for this widget content objectReportWidgetContent
setHtmlContent(java.lang.String htmlContent)
Sets the HTML snippet used to render reportReportWidgetContent
setHyperlink(WidgetHyperlink hyperlink)
Sets the hyperlink associated with this WidgetReportWidgetContent
setReportId(java.lang.Long reportId)
Sets the report ID denoting container source
-
-
-
Method Detail
-
getWidgetType
public WidgetType getWidgetType()
Returns the type for this widget content object- Specified by:
getWidgetType
in interfaceWidgetContent
- Returns:
- GRIDGANTT
-
getReportId
public java.lang.Long getReportId()
Gets the report ID denoting container source- Returns:
- report ID
-
setReportId
public ReportWidgetContent setReportId(java.lang.Long reportId)
Sets the report ID denoting container source
-
getHtmlContent
public java.lang.String getHtmlContent()
Gets the HTML snippet used to render report- Returns:
- HTML content
-
setHtmlContent
public ReportWidgetContent setHtmlContent(java.lang.String htmlContent)
Sets the HTML snippet used to render report
-
getHyperlink
public WidgetHyperlink getHyperlink()
Gets the hyperlink associated with this Widget- Returns:
- the hyperlink
-
setHyperlink
public ReportWidgetContent setHyperlink(WidgetHyperlink hyperlink)
Sets the hyperlink associated with this Widget
-
-