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