Class Event.Organizer
- java.lang.Object
-
- org.springframework.social.google.api.calendar.Event.Organizer
-
-
Constructor Summary
Constructors Constructor Description Organizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()The organizer's name, if available.StringgetEmail()The organizer's email address, if available.StringgetId()The organizer's profile ID, if available.BooleanisSelf()Whether the organizer corresponds to the calendar on which this copy of the event appears.
-
-
-
Method Detail
-
getId
public String getId()
The organizer's profile ID, if available.- Returns:
- the value or
nullif none.
-
getEmail
public String getEmail()
The organizer's email address, if available.- Returns:
- the value or
nullif none.
-
getDisplayName
public String getDisplayName()
The organizer's name, if available.- Returns:
- the value or
nullif none.
-
isSelf
public Boolean isSelf()
Whether the organizer corresponds to the calendar on which this copy of the event appears.- Returns:
- the value or
nullif none.
-
-