| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
SheetEmailFormat |
SheetEmail.getFormat()
Gets the sheet email format (PDF or Excel).
|
SheetEmailFormat |
SheetEmail.AddSheetEmailBuilder.getFormat()
Gets the sheet email format (PDF or Excel).
|
| Modifier and Type | Method and Description |
|---|---|
SheetEmail |
SheetEmail.setFormat(SheetEmailFormat format)
Sets the sheet email format (PDF or Excel).
|
SheetEmail.AddSheetEmailBuilder |
SheetEmail.AddSheetEmailBuilder.setFormat(SheetEmailFormat format)
Sets the sheet email format (PDF or Excel).
|
| Modifier and Type | Method and Description |
|---|---|
static SheetEmailFormat |
SheetEmailFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SheetEmailFormat[] |
SheetEmailFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.