Package com.smartsheet.api.models
Class SheetUserSettings
- java.lang.Object
-
- com.smartsheet.api.models.SheetUserSettings
-
public class SheetUserSettings extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSheetUserSettings.AddUserSettingsBuilderThe Class AddUserSettingsBuilder.
-
Constructor Summary
Constructors Constructor Description SheetUserSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetAppliedSheetFilterId()Get the applied sheet filter IDjava.lang.BooleanisCriticalPathEnabled()True if the user has critical path enabled.java.lang.BooleanisDisplaySummaryTasksEnabled()True if the user has display summary tasks enabledSheetUserSettingssetAppliedSheetFilterId(java.lang.Long appliedSheetFilterId)Sets the applied sheet filter ID.SheetUserSettingssetCriticalPathEnabled(java.lang.Boolean criticalPathEnabled)Sets the value for critical path enabled.SheetUserSettingssetDisplaySummaryTasks(java.lang.Boolean displaySummaryTasks)Sets the value for display summary tasks.
-
-
-
Method Detail
-
getAppliedSheetFilterId
public java.lang.Long getAppliedSheetFilterId()
Get the applied sheet filter ID- Returns:
- the sheet filter ID
-
setAppliedSheetFilterId
public SheetUserSettings setAppliedSheetFilterId(java.lang.Long appliedSheetFilterId)
Sets the applied sheet filter ID.- Parameters:
appliedSheetFilterId- the sheet filter ID
-
isCriticalPathEnabled
public java.lang.Boolean isCriticalPathEnabled()
True if the user has critical path enabled.- Returns:
- criticalPathEnabled
-
setCriticalPathEnabled
public SheetUserSettings setCriticalPathEnabled(java.lang.Boolean criticalPathEnabled)
Sets the value for critical path enabled.- Parameters:
criticalPathEnabled- if the user has critical path enabled
-
isDisplaySummaryTasksEnabled
public java.lang.Boolean isDisplaySummaryTasksEnabled()
True if the user has display summary tasks enabled- Returns:
- displaySummaryTasks
-
setDisplaySummaryTasks
public SheetUserSettings setDisplaySummaryTasks(java.lang.Boolean displaySummaryTasks)
Sets the value for display summary tasks.
-
-