Class Event.Organizer

  • Enclosing class:
    Event

    public static class Event.Organizer
    extends Object
    Information about an event's organizer.
    • Constructor Detail

      • Organizer

        public Organizer()
    • Method Detail

      • getId

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

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

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

        public Boolean isSelf()
        Whether the organizer corresponds to the calendar on which this copy of the event appears.
        Returns:
        the value or null if none.