Class AddFolderEntityJson

    • Constructor Detail

      • AddFolderEntityJson

        public AddFolderEntityJson()
    • Method Detail

      • getGroupMembers

        public AddMembersToGroupJson getGroupMembers()
        In case of a workspace group was supplied in field "permittedEntity" these members will be added to the group, otherwise this will be ignored.
        Returns:
        In case of a workspace group was supplied in field "permittedEntity" these members will be added to the group, otherwise this will be ignored.
      • setGroupMembers

        public void setGroupMembers​(AddMembersToGroupJson groupMembers)
        In case of a workspace group was supplied in field "permittedEntity" these members will be added to the group, otherwise this will be ignored.
        Parameters:
        groupMembers - In case of a workspace group was supplied in field "permittedEntity" these members will be added to the group, otherwise this will be ignored.
      • setPermittedEntity

        public void setPermittedEntity​(PermittedEntityFromUserJson permittedEntity)
        Single entity to add.
        Parameters:
        permittedEntity - Single entity to add.
      • getRoomGuid

        public String getRoomGuid()
        Guid of the workspace
        Returns:
        Guid of the workspace
      • setRoomGuid

        public void setRoomGuid​(String roomGuid)
        Guid of the workspace
        Parameters:
        roomGuid - Guid of the workspace
      • getIdentifier

        public String getIdentifier()
        Only for workspace groups - adds another identifier to find the group by. This identifier may be supplied instead of workspace group name or address, in all workspace group based operations. relvant only if permittedEntity is a roomGroup
        Returns:
        Only for workspace groups - adds another identifier to find the group by. This identifier may be supplied instead of workspace group name or address, in all workspace group based operations. relvant only if permittedEntity is a roomGroup
      • setIdentifier

        public void setIdentifier​(String identifier)
        Only for workspace groups - adds another identifier to find the group by. This identifier may be supplied instead of workspace group name or address, in all workspace group based operations. relvant only if permittedEntity is a roomGroup
        Parameters:
        identifier - Only for workspace groups - adds another identifier to find the group by. This identifier may be supplied instead of workspace group name or address, in all workspace group based operations. relvant only if permittedEntity is a roomGroup
      • getRole

        public String getRole()
        The new role in the workspace.
        Returns:
        The new role in the workspace.
      • setRole

        public void setRole​(String role)
        The new role in the workspace.
        Parameters:
        role - The new role in the workspace.
      • getFolderPathOrId

        public PathOrFolderIdJson getFolderPathOrId()
        Path or id for the folder to be changed, if not supplied the root folder will be assumed
        Returns:
        Path or id for the folder to be changed, if not supplied the root folder will be assumed
      • setFolderPathOrId

        public void setFolderPathOrId​(PathOrFolderIdJson folderPathOrId)
        Path or id for the folder to be changed, if not supplied the root folder will be assumed
        Parameters:
        folderPathOrId - Path or id for the folder to be changed, if not supplied the root folder will be assumed
      • isIsSendMail

        public boolean isIsSendMail()
      • setIsSendMail

        public void setIsSendMail​(boolean isSendMail)
      • isIsDefaultEntity

        public boolean isIsDefaultEntity()
        Set if the entity is default for workspace
        Returns:
        Set if the entity is default for workspace
      • getIsDefaultEntity

        @Deprecated
        public boolean getIsDefaultEntity()
        Deprecated.
        Set if the entity is default for workspace
        Returns:
        Set if the entity is default for workspace
      • setIsDefaultEntity

        public void setIsDefaultEntity​(boolean isDefaultEntity)
        Set if the entity is default for workspace
        Parameters:
        isDefaultEntity - Set if the entity is default for workspace
      • getDescription

        public String getDescription()
        Set description (only for groups) relevant only if permittedEntity is a roomGroup
        Returns:
        Set description (only for groups) relevant only if permittedEntity is a roomGroup
      • setDescription

        public void setDescription​(String description)
        Set description (only for groups) relevant only if permittedEntity is a roomGroup
        Parameters:
        description - Set description (only for groups) relevant only if permittedEntity is a roomGroup
      • getNewPermissions

        public PermissionFromUserJson getNewPermissions()
        Workspace permissions
        Returns:
        Workspace permissions
      • setNewPermissions

        public void setNewPermissions​(PermissionFromUserJson newPermissions)
        Workspace permissions
        Parameters:
        newPermissions - Workspace permissions
      • getEmailSubject

        public String getEmailSubject()
      • setEmailSubject

        public void setEmailSubject​(String emailSubject)
      • getRoomId

        public Integer getRoomId()
        Id of the workspace
        Returns:
        Id of the workspace
      • setRoomId

        public void setRoomId​(Integer roomId)
        Id of the workspace
        Parameters:
        roomId - Id of the workspace
      • getIncludeAllSubItems

        public Boolean getIncludeAllSubItems()
      • setIncludeAllSubItems

        public void setIncludeAllSubItems​(Boolean includeAllSubItems)
      • getEmailMessage

        public String getEmailMessage()
      • setEmailMessage

        public void setEmailMessage​(String emailMessage)