public class SheetUserSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SheetUserSettings.AddUserSettingsBuilder
The Class AddUserSettingsBuilder.
|
| Constructor and Description |
|---|
SheetUserSettings() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAppliedSheetFilterId()
Get the applied sheet filter ID
|
Boolean |
isCriticalPathEnabled()
True if the user has critical path enabled.
|
Boolean |
isDisplaySummaryTasksEnabled()
True if the user has display summary tasks enabled
|
SheetUserSettings |
setAppliedSheetFilterId(Long appliedSheetFilterId)
Sets the applied sheet filter ID.
|
SheetUserSettings |
setCriticalPathEnabled(Boolean criticalPathEnabled)
Sets the value for critical path enabled.
|
SheetUserSettings |
setDisplaySummaryTasks(Boolean displaySummaryTasks)
Sets the value for display summary tasks.
|
public Long getAppliedSheetFilterId()
public SheetUserSettings setAppliedSheetFilterId(Long appliedSheetFilterId)
appliedSheetFilterId - the sheet filter IDpublic Boolean isCriticalPathEnabled()
public SheetUserSettings setCriticalPathEnabled(Boolean criticalPathEnabled)
criticalPathEnabled - if the user has critical path enabledpublic Boolean isDisplaySummaryTasksEnabled()
public SheetUserSettings setDisplaySummaryTasks(Boolean displaySummaryTasks)
displaySummaryTasks - Copyright © 2014–2019 Smartsheet. All rights reserved.