| Constructor and Description |
|---|
UpdateSheetBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
build()
Builds the.
|
String |
getName()
Gets the sheet name.
|
ProjectSettings |
getProjectSettings()
Get the project settings
|
Long |
getSheetId()
Get the id of the sheet
|
SheetUserSettings |
getUserSettings()
Get the user settings
|
Sheet.UpdateSheetBuilder |
setName(String name)
Name.
|
Sheet.UpdateSheetBuilder |
setProjectSettings(ProjectSettings projectSettings)
Set the project settings
|
Sheet.UpdateSheetBuilder |
setSheetId(Long sheetId)
Set the sheet id
|
Sheet.UpdateSheetBuilder |
setUserSettings(SheetUserSettings userSettings)
Set the user settings
|
public SheetUserSettings getUserSettings()
public Sheet.UpdateSheetBuilder setUserSettings(SheetUserSettings userSettings)
userSettings - the sheet user settingspublic ProjectSettings getProjectSettings()
public Sheet.UpdateSheetBuilder setProjectSettings(ProjectSettings projectSettings)
projectSettings - the sheet project settingspublic Long getSheetId()
public Sheet.UpdateSheetBuilder setSheetId(Long sheetId)
sheetId - the sheet idpublic Sheet.UpdateSheetBuilder setName(String name)
name - the namepublic String getName()
public Sheet build()
Copyright © 2014–2017 Smartsheet. All rights reserved.