| Package | Description |
|---|---|
| com.smartsheet.api.models |
| Modifier and Type | Method and Description |
|---|---|
ProjectSettings |
AbstractSheet.getProjectSettings()
Gets the project settings.
|
ProjectSettings |
Sheet.UpdateSheetBuilder.getProjectSettings()
Get the project settings
|
ProjectSettings |
ProjectSettings.setLengthOfDay(Float lengthOfDay)
Set length of a workday for a project sheet in hours.
|
ProjectSettings |
ProjectSettings.setNonWorkingDays(List<String> nonWorkingDays)
Set the non-working days of a week for a project sheet.
|
ProjectSettings |
ProjectSettings.setWorkingDays(List<DayOfWeek> workingDays)
Set the working days of a week for a project sheet.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSheet<TRow,TColumn,TCell> |
AbstractSheet.setProjectSettings(ProjectSettings projectSettings)
Sets the project settings.
|
Sheet.UpdateSheetBuilder |
Sheet.UpdateSheetBuilder.setProjectSettings(ProjectSettings projectSettings)
Set the project settings
|
Copyright © 2014–2017 Smartsheet. All rights reserved.