Class SheetUserSettings


  • public class SheetUserSettings
    extends java.lang.Object
    • Constructor Detail

      • SheetUserSettings

        public SheetUserSettings()
    • 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.