| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
ShortcutDataItem |
ShortcutDataItem.setAttachmentType(AttachmentType attachmentType)
Set the attachment type
(one of FILE, GOOGLE_DRIVE, LINK, BOX_COM, DROPBOX, EVERNOTE, or EGNYTE).
|
ShortcutDataItem |
ShortcutDataItem.setHyperlink(Hyperlink hyperlink)
Set the hyperlink object
|
ShortcutDataItem |
ShortcutDataItem.setLabel(String label)
Set the label for the data point.
|
ShortcutDataItem |
ShortcutDataItem.setLabelFormat(Format labelFormat)
Set the label format string
|
ShortcutDataItem |
ShortcutDataItem.setMimeType(String mimeType)
Set the MIME Type
|
ShortcutDataItem |
ShortcutDataItem.setOrder(Integer order)
Set the display order for this shortcut data item
|
| Modifier and Type | Method and Description |
|---|---|
List<ShortcutDataItem> |
ShortcutWidgetContent.getShortcutData()
Gets the array of shortcut data items
|
| Modifier and Type | Method and Description |
|---|---|
ShortcutWidgetContent |
ShortcutWidgetContent.setShortcutData(List<ShortcutDataItem> shortcutData)
Sets the array of shortcut data items
|
Copyright © 2014–2019 Smartsheet. All rights reserved.