Class Event.Creator

  • Enclosing class:
    Event

    public static class Event.Creator
    extends Object
    Information about the creator of an event.
    • Constructor Detail

      • Creator

        public Creator()
    • Method Detail

      • getId

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

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

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

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