| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
AttachmentSubType |
Attachment.getAttachmentSubType()
Gets the attachment sub type.
|
AttachmentSubType |
Attachment.CreateAttachmentBuilder.getAttachmentSubType()
Gets the attachment sub type.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.setAttachmentSubType(AttachmentSubType attachmentSubType)
Sets the attachment sub type.
|
Attachment.CreateAttachmentBuilder |
Attachment.CreateAttachmentBuilder.setAttachmentSubType(AttachmentSubType attachmentSubType)
Sets the attachment sub type.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachmentSubType |
AttachmentSubType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentSubType[] |
AttachmentSubType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.