| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
AttachmentType |
ShortcutDataItem.getAttachmentType()
Get the attachment type
(one of FILE, GOOGLE_DRIVE, LINK, BOX_COM, DROPBOX, EVERNOTE, EGNYTE, ONEDRIVE, SMARTSHEET)
|
AttachmentType |
SearchResultItem.getAttachmentType()
Get the attachment type if the search result item is an attachment
|
AttachmentType |
Attachment.getAttachmentType()
Gets the attachment type.
|
AttachmentType |
Attachment.CreateAttachmentBuilder.getAttachmentType()
Gets the attachment type.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<AttachmentType> |
AbstractSheet.getEffectiveAttachmentOptions()
Gets the effective attachment options.
|
| 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).
|
void |
SearchResultItem.setAttachmentType(AttachmentType attachmentType)
Set the attachment type if the search result item is an attachment
|
Attachment |
Attachment.setAttachmentType(AttachmentType attachmentType)
Sets the attachment type.
|
Attachment.CreateAttachmentBuilder |
Attachment.CreateAttachmentBuilder.setAttachmentType(AttachmentType attachmentType)
Sets the attachment type.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setEffectiveAttachmentOptions(EnumSet<AttachmentType> effectiveAttachmentOptions)
Sets the effective attachment options.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachmentType |
AttachmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentType[] |
AttachmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.