Class Sheet.UpdateSheetBuilder

  • Enclosing class:
    Sheet

    public static class Sheet.UpdateSheetBuilder
    extends java.lang.Object
    The Class UpdateSheetBuilder.
    • Constructor Detail

      • UpdateSheetBuilder

        public UpdateSheetBuilder()
    • Method Detail

      • getUserSettings

        public SheetUserSettings getUserSettings()
        Get the user settings
        Returns:
        the user setting
      • setUserSettings

        public Sheet.UpdateSheetBuilder setUserSettings​(SheetUserSettings userSettings)
        Set the user settings
        Parameters:
        userSettings - the sheet user settings
        Returns:
        the updateSheetBuilder object
      • getProjectSettings

        public ProjectSettings getProjectSettings()
        Get the project settings
        Returns:
        the project settings
      • setProjectSettings

        public Sheet.UpdateSheetBuilder setProjectSettings​(ProjectSettings projectSettings)
        Set the project settings
        Parameters:
        projectSettings - the sheet project settings
        Returns:
        the updateSheetBuilder object
      • getSheetId

        public java.lang.Long getSheetId()
        Get the id of the sheet
        Returns:
        the id
      • setSheetId

        public Sheet.UpdateSheetBuilder setSheetId​(java.lang.Long sheetId)
        Set the sheet id
        Parameters:
        sheetId - the sheet id
        Returns:
        the updateSheetBuilder object
      • setName

        public Sheet.UpdateSheetBuilder setName​(java.lang.String name)
        Name.
        Parameters:
        name - the name
        Returns:
        the update sheet builder
      • getName

        public java.lang.String getName()
        Gets the sheet name.
        Returns:
        the sheet name
      • build

        public Sheet build()
        Builds the.
        Returns:
        the sheet