public class ShortcutDataItem extends Object
| Constructor and Description |
|---|
ShortcutDataItem() |
| Modifier and Type | Method and Description |
|---|---|
Link |
getHyperlink()
Get the hyperlink object
|
String |
getLabel()
Get the label for the data point.
|
String |
getLabelFormat()
Get the label format string
|
String |
getMimeType()
Get the MIME type
(one of FILE, GOOGLE_DRIVE, LINK, BOX_COM, DROPBOX, EVERNOTE, or EGNYTE)
|
Integer |
getOrder()
Get the display order for this shortcut data item
|
ShortcutDataItem |
setHyperlink(Link hyperlink)
Set the hyperlink object
|
ShortcutDataItem |
setLabel(String label)
Set the label for the data point.
|
ShortcutDataItem |
setLabelFormat(String labelFormat)
Set the label format string
|
ShortcutDataItem |
setMimeType(String mimeType)
Set the MIME Type
(one of FILE, GOOGLE_DRIVE, LINK, BOX_COM, DROPBOX, EVERNOTE, or EGNYTE).
|
ShortcutDataItem |
setOrder(Integer order)
Set the display order for this shortcut data item
|
public String getLabel()
public ShortcutDataItem setLabel(String label)
label - public String getLabelFormat()
public ShortcutDataItem setLabelFormat(String labelFormat)
labelFormat - public String getMimeType()
public ShortcutDataItem setMimeType(String mimeType)
mimeType - public Link getHyperlink()
public ShortcutDataItem setHyperlink(Link hyperlink)
hyperlink - public Integer getOrder()
public ShortcutDataItem setOrder(Integer order)
order - Copyright © 2014–2017 Smartsheet. All rights reserved.