| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
SheetResources.createSheetFromTemplate(Sheet sheet,
EnumSet<SheetTemplateInclusion> includes)
Create a sheet (from existing sheet or template) in default "Sheets" collection.
|
Sheet |
SheetResources.createSheetInFolderFromTemplate(long folderID,
Sheet sheet,
EnumSet<SheetTemplateInclusion> includes)
Create a sheet (from existing sheet or template) in given folder.
|
Sheet |
SheetResources.createSheetInWorkspaceFromTemplate(long workspaceId,
Sheet sheet,
EnumSet<SheetTemplateInclusion> includes)
Create a sheet (from existing sheet or template) in given workspace.
|
| Modifier and Type | Method and Description |
|---|---|
static SheetTemplateInclusion |
SheetTemplateInclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SheetTemplateInclusion[] |
SheetTemplateInclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.