| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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–2017 Smartsheet. All rights reserved.