Package com.smartsheet.api.models
Class Sheet.UpdateSheetBuilder
- java.lang.Object
-
- com.smartsheet.api.models.Sheet.UpdateSheetBuilder
-
- Enclosing class:
- Sheet
public static class Sheet.UpdateSheetBuilder extends java.lang.ObjectThe Class UpdateSheetBuilder.
-
-
Constructor Summary
Constructors Constructor Description UpdateSheetBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sheetbuild()Builds the.java.lang.StringgetName()Gets the sheet name.ProjectSettingsgetProjectSettings()Get the project settingsjava.lang.LonggetSheetId()Get the id of the sheetSheetUserSettingsgetUserSettings()Get the user settingsSheet.UpdateSheetBuildersetName(java.lang.String name)Name.Sheet.UpdateSheetBuildersetProjectSettings(ProjectSettings projectSettings)Set the project settingsSheet.UpdateSheetBuildersetSheetId(java.lang.Long sheetId)Set the sheet idSheet.UpdateSheetBuildersetUserSettings(SheetUserSettings userSettings)Set the user settings
-
-
-
Method Detail
-
getUserSettings
public SheetUserSettings getUserSettings()
Get the user settings- Returns:
- the user setting
-
setUserSettings
public Sheet.UpdateSheetBuilder setUserSettings(SheetUserSettings userSettings)
Set the user settings- Parameters:
userSettings- the sheet user settings- Returns:
- the updateSheetBuilder object
-
getProjectSettings
public ProjectSettings getProjectSettings()
Get the project settings- Returns:
- the project settings
-
setProjectSettings
public Sheet.UpdateSheetBuilder setProjectSettings(ProjectSettings projectSettings)
Set the project settings- Parameters:
projectSettings- the sheet project settings- Returns:
- the updateSheetBuilder object
-
getSheetId
public java.lang.Long getSheetId()
Get the id of the sheet- Returns:
- the id
-
setSheetId
public Sheet.UpdateSheetBuilder setSheetId(java.lang.Long sheetId)
Set the sheet id- Parameters:
sheetId- the sheet id- Returns:
- the updateSheetBuilder object
-
setName
public Sheet.UpdateSheetBuilder setName(java.lang.String name)
Name.- Parameters:
name- the name- Returns:
- the update sheet builder
-
getName
public java.lang.String getName()
Gets the sheet name.- Returns:
- the sheet name
-
build
public Sheet build()
Builds the.- Returns:
- the sheet
-
-