| Constructor and Description |
|---|
UpdateFolderBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Folder |
build()
Builds the folder.
|
Long |
getId()
Gets the folder id.
|
String |
getName()
Gets the name.
|
Folder.UpdateFolderBuilder |
setId(Long id)
Sets the folder id.
|
Folder.UpdateFolderBuilder |
setName(String name)
Name.
|
public Folder.UpdateFolderBuilder setName(String name)
name - the namepublic String getName()
public Long getId()
public Folder.UpdateFolderBuilder setId(Long id)
id - the id of the folder.public Folder build()
Copyright © 2014–2017 Smartsheet. All rights reserved.