Class WorkItem.Delegatee

  • Enclosing class:
    WorkItem

    public class WorkItem.Delegatee
    extends Object
    Simple inner class wrapping a Delegatee
    • Constructor Detail

      • Delegatee

        protected Delegatee​(com.fasterxml.jackson.databind.JsonNode node)
        The only constructor
        Parameters:
        node - the JSON node containing all the infos
    • Method Detail

      • getId

        public String getId()
        the user / group id
        Returns:
        the id
      • getName

        public String getName()
        The user/groups name
        Returns:
        the name
      • getType

        public String getType()
        the type of the participant either USER or GROUP
        Returns:
        type of participant