Class AddFolderPermissionRequestJson

    • Constructor Detail

      • AddFolderPermissionRequestJson

        public AddFolderPermissionRequestJson()
    • Method Detail

      • getRoomGuid

        public String getRoomGuid()
        The workspace's guid
        Returns:
        The workspace's guid
      • setRoomGuid

        public void setRoomGuid​(String roomGuid)
        The workspace's guid
        Parameters:
        roomGuid - The workspace's guid
      • getFolderPathOrId

        public PathOrFolderIdJson getFolderPathOrId()
        Id or path of the folder
        Returns:
        Id or path of the folder
      • setFolderPathOrId

        public void setFolderPathOrId​(PathOrFolderIdJson folderPathOrId)
        Id or path of the folder
        Parameters:
        folderPathOrId - Id or path of the folder
      • getSubject

        public String getSubject()
        Subject of message from requester to administrator
        Returns:
        Subject of message from requester to administrator
      • setSubject

        public void setSubject​(String subject)
        Subject of message from requester to administrator
        Parameters:
        subject - Subject of message from requester to administrator
      • getMessage

        public String getMessage()
        Content of message from requester to administrator
        Returns:
        Content of message from requester to administrator
      • setMessage

        public void setMessage​(String message)
        Content of message from requester to administrator
        Parameters:
        message - Content of message from requester to administrator
      • getRoomId

        public Integer getRoomId()
        The workspace's id
        Returns:
        The workspace's id
      • setRoomId

        public void setRoomId​(Integer roomId)
        The workspace's id
        Parameters:
        roomId - The workspace's id