Class MultiPageAssignRequest


  • public class MultiPageAssignRequest
    extends Object
    • Constructor Detail

      • MultiPageAssignRequest

        public MultiPageAssignRequest()
    • Method Detail

      • getMessage

        public String getMessage()
        Return the message which will be send to the listed users.
        Returns:
      • setMessage

        public void setMessage​(String message)
        Set the message which will be send to listed users.
        Parameters:
        message -
      • getPageIds

        public List<String> getPageIds()
        Return the list of page ids.
        Returns:
      • setPageIds

        public void setPageIds​(List<String> pageIds)
        Set the list of page ids.
        Parameters:
        pageIds -
      • getUserIds

        public List<Integer> getUserIds()
        Get the list of user ids for users which should be informed about the assign operation.
        Returns:
      • setUserIds

        public void setUserIds​(List<Integer> userIds)
        Set the list of user ids which should be informed about the assign operation.
        Parameters:
        userIds -