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.StringgetUrl()Gets the URLWidgetTypegetWidgetType()Returns the type for this widget content objectWebContentWidgetContentsetUrl(java.lang.String url)Sets the URL
-
-
-
Method Detail
-
getWidgetType
public WidgetType getWidgetType()
Returns the type for this widget content object- Specified by:
getWidgetTypein 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
-
-