| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
DestinationType |
ContainerDestination.getDestinationType()
Gets the destination type when copying or moving a Sheet or a Folder.
|
DestinationType |
ContainerDestination.AddContainerDestinationBuilder.getDestinationType()
Gets the destination type when copying or moving a Sheet or a Folder.
|
DestinationType |
ErrorDetail.getTopContainerType()
Gets the type of the container that was partially copied
|
| Modifier and Type | Method and Description |
|---|---|
ContainerDestination |
ContainerDestination.setDestinationType(DestinationType destinationType)
Sets the type for the folder
|
ContainerDestination.AddContainerDestinationBuilder |
ContainerDestination.AddContainerDestinationBuilder.setDestinationType(DestinationType destinationType)
Sets the type for the folder
|
ErrorDetail |
ErrorDetail.setTopContainerType(DestinationType topContainerType)
Sets the type of the container that was partially copied
|
| Modifier and Type | Method and Description |
|---|---|
static DestinationType |
DestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DestinationType[] |
DestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2019 Smartsheet. All rights reserved.