Class CalendarEventAttendee

    • Method Detail

      • getPopulationId

        public String getPopulationId()
        Get the population ID of the attendee
        Returns:
        the population ID of the attendee
      • getLogin

        public String getLogin()
        Get the login of the attendee
        Returns:
        the login of the attendee
      • getEmail

        public String getEmail()
        Get the email of the attendee
        Returns:
        the email of the attendee
      • isExternal

        public boolean isExternal()
        true if the attendee is external
        Returns:
        true if the attendee is external
      • isMandatory

        public boolean isMandatory()
        true if the attendee is mandatory
        Returns:
        true if the attendee is mandatory
      • setPopulationId

        public void setPopulationId​(String populationId)
        Set the population ID of the attendee
        Parameters:
        populationId - the population ID
      • setLogin

        public void setLogin​(String login)
        Set the login of the attendee
        Parameters:
        login - the login
      • setEmail

        public void setEmail​(String email)
        Set the email of the attendee
        Parameters:
        email - the email
      • setIsExternal

        public void setIsExternal​(boolean external)
        Set if the attendee is external
        Parameters:
        external - is external
      • setIsMandatory

        public void setIsMandatory​(boolean mandatory)
        Set if the attendee is mandatory
        Parameters:
        mandatory - is mandatory