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 class
SheetUserSettings.AddUserSettingsBuilder
The Class AddUserSettingsBuilder.
-
Constructor Summary
Constructors Constructor Description SheetUserSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getAppliedSheetFilterId()
Get the applied sheet filter IDjava.lang.Boolean
isCriticalPathEnabled()
True if the user has critical path enabled.java.lang.Boolean
isDisplaySummaryTasksEnabled()
True if the user has display summary tasks enabledSheetUserSettings
setAppliedSheetFilterId(java.lang.Long appliedSheetFilterId)
Sets the applied sheet filter ID.SheetUserSettings
setCriticalPathEnabled(java.lang.Boolean criticalPathEnabled)
Sets the value for critical path enabled.SheetUserSettings
setDisplaySummaryTasks(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.
-
-