Package com.smartsheet.api.models
Class WebContentWidgetContent
- java.lang.Object
-
- com.smartsheet.api.models.WebContentWidgetContent
-
- All Implemented Interfaces:
WidgetContent
public class WebContentWidgetContent extends java.lang.Object implements WidgetContent
-
-
Constructor Summary
Constructors Constructor Description WebContentWidgetContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getUrl()
Gets the URLWidgetType
getWidgetType()
Returns the type for this widget content objectWebContentWidgetContent
setUrl(java.lang.String url)
Sets the URL
-
-
-
Method Detail
-
getWidgetType
public WidgetType getWidgetType()
Returns the type for this widget content object- Specified by:
getWidgetType
in interfaceWidgetContent
- Returns:
- WEBCONTENT
-
getUrl
public java.lang.String getUrl()
Gets the URL- Returns:
- the URL
-
setUrl
public WebContentWidgetContent setUrl(java.lang.String url)
Sets the URL
-
-