Package com.smartsheet.api.models
Class ShortcutWidgetContent
- java.lang.Object
-
- com.smartsheet.api.models.ShortcutWidgetContent
-
- All Implemented Interfaces:
WidgetContent
public class ShortcutWidgetContent extends java.lang.Object implements WidgetContent
-
-
Constructor Summary
Constructors Constructor Description ShortcutWidgetContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ShortcutDataItem>
getShortcutData()
Gets the array of shortcut data itemsWidgetType
getWidgetType()
Returns the type for this widget content objectShortcutWidgetContent
setShortcutData(java.util.List<ShortcutDataItem> shortcutData)
Sets the array of shortcut data items
-
-
-
Method Detail
-
getWidgetType
public WidgetType getWidgetType()
Returns the type for this widget content object- Specified by:
getWidgetType
in interfaceWidgetContent
- Returns:
- SHORTCUT
-
getShortcutData
public java.util.List<ShortcutDataItem> getShortcutData()
Gets the array of shortcut data items- Returns:
- array of shortcut data items
-
setShortcutData
public ShortcutWidgetContent setShortcutData(java.util.List<ShortcutDataItem> shortcutData)
Sets the array of shortcut data items
-
-