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