Class EditRoomJson

    • Constructor Detail

      • EditRoomJson

        public EditRoomJson()
    • Method Detail

      • getShouldUpdatePersonal

        public Boolean getShouldUpdatePersonal()
        True if a personal workspace should be updated, False if not
        Returns:
        True if a personal workspace should be updated, False if not
      • setShouldUpdatePersonal

        public void setShouldUpdatePersonal​(Boolean shouldUpdatePersonal)
        True if a personal workspace should be updated, False if not
        Parameters:
        shouldUpdatePersonal - True if a personal workspace should be updated, False if not
      • getLogAccessActionsToFiles

        public YesNoDefault getLogAccessActionsToFiles()
      • setLogAccessActionsToFiles

        public void setLogAccessActionsToFiles​(YesNoDefault logAccessActionsToFiles)
      • getRenameIfExists

        public Boolean getRenameIfExists()
        If set to true will create workspace with modified name - if name already exists
        Returns:
        If set to true will create workspace with modified name - if name already exists
      • setRenameIfExists

        public void setRenameIfExists​(Boolean renameIfExists)
        If set to true will create workspace with modified name - if name already exists
        Parameters:
        renameIfExists - If set to true will create workspace with modified name - if name already exists
      • getName

        public String getName()
        New name
        Returns:
        New name
      • setName

        public void setName​(String name)
        New name
        Parameters:
        name - New name
      • getDescription

        public String getDescription()
        New (optional) description
        Returns:
        New (optional) description
      • setDescription

        public void setDescription​(String description)
        New (optional) description
        Parameters:
        description - New (optional) description
      • getIsPersonal

        public Boolean getIsPersonal()
        True if this is a personal workspace, False if not
        Returns:
        True if this is a personal workspace, False if not
      • setIsPersonal

        public void setIsPersonal​(Boolean isPersonal)
        True if this is a personal workspace, False if not
        Parameters:
        isPersonal - True if this is a personal workspace, False if not