public static class ContainerDestination.AddContainerDestinationBuilder extends Object
| Constructor and Description |
|---|
AddContainerDestinationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ContainerDestination |
build()
Builds the comment.
|
Long |
getDestinationId()
Gets the destination id when copying or moving a Sheet or a Folder.
|
DestinationType |
getDestinationType()
Gets the destination type when copying or moving a Sheet or a Folder.
|
String |
getNewName()
Gets the destination name when copying or moving a Sheet or a Folder.
|
ContainerDestination.AddContainerDestinationBuilder |
setDestinationId(Long destinationId)
Sets the id for the folder
|
ContainerDestination.AddContainerDestinationBuilder |
setDestinationType(DestinationType destinationType)
Sets the type for the folder
|
ContainerDestination.AddContainerDestinationBuilder |
setNewName(String newName)
Sets the name for the folder
|
public DestinationType getDestinationType()
public ContainerDestination.AddContainerDestinationBuilder setDestinationType(DestinationType destinationType)
destinationType - the destination typepublic Long getDestinationId()
public ContainerDestination.AddContainerDestinationBuilder setDestinationId(Long destinationId)
destinationId - the destination idpublic String getNewName()
public ContainerDestination.AddContainerDestinationBuilder setNewName(String newName)
newName - the new name for destinationpublic ContainerDestination build()
Copyright © 2014–2017 Smartsheet. All rights reserved.