Class Event.Attendee

  • Enclosing class:
    Event

    public static class Event.Attendee
    extends Object
    Details of an attendee of an event.
    • Constructor Detail

      • Attendee

        public Attendee()
    • Method Detail

      • getId

        public String getId()
        The attendee's Profile ID, if available.
        Returns:
        the value or null if none.
      • getEmail

        public String getEmail()
        The attendee's email address, if available.
        Returns:
        the value or null if none.
      • getDisplayName

        public String getDisplayName()
        The attendee's name, if available.
        Returns:
        the value or null if none.
      • isOrganizer

        public Boolean isOrganizer()
        Whether the attendee is the organizer of the event.
        Returns:
        the value or null if none.
      • isSelf

        public Boolean isSelf()
        Whether this entry represents the calendar on which this copy of the event appears.
        Returns:
        the value or null if none.
      • isResource

        public Boolean isResource()
        Whether the attendee is a resource.
        Returns:
        the value or null if none.
      • isOptional

        public Boolean isOptional()
        Whether this is an optional attendee.
        Returns:
        the value or null if none.
      • getResponseStatus

        public AttendeeStatus getResponseStatus()
        The attendee's response status.
        Returns:
        the value or null if none.
      • getComment

        public String getComment()
        The attendee's response comment.
        Returns:
        the value or null if none.
      • getAdditionalGuests

        public Integer getAdditionalGuests()
        The number of additional guests.
        Returns:
        the value or null if none.