Class Event.Attendee
- java.lang.Object
-
- org.springframework.social.google.api.calendar.Event.Attendee
-
-
Constructor Summary
Constructors Constructor Description Attendee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAdditionalGuests()The number of additional guests.StringgetComment()The attendee's response comment.StringgetDisplayName()The attendee's name, if available.StringgetEmail()The attendee's email address, if available.StringgetId()The attendee's Profile ID, if available.AttendeeStatusgetResponseStatus()The attendee's response status.BooleanisOptional()Whether this is an optional attendee.BooleanisOrganizer()Whether the attendee is the organizer of the event.BooleanisResource()Whether the attendee is a resource.BooleanisSelf()Whether this entry represents the calendar on which this copy of the event appears.
-
-
-
Method Detail
-
getId
public String getId()
The attendee's Profile ID, if available.- Returns:
- the value or
nullif none.
-
getEmail
public String getEmail()
The attendee's email address, if available.- Returns:
- the value or
nullif none.
-
getDisplayName
public String getDisplayName()
The attendee's name, if available.- Returns:
- the value or
nullif none.
-
isOrganizer
public Boolean isOrganizer()
Whether the attendee is the organizer of the event.- Returns:
- the value or
nullif none.
-
isSelf
public Boolean isSelf()
Whether this entry represents the calendar on which this copy of the event appears.- Returns:
- the value or
nullif none.
-
isResource
public Boolean isResource()
Whether the attendee is a resource.- Returns:
- the value or
nullif none.
-
isOptional
public Boolean isOptional()
Whether this is an optional attendee.- Returns:
- the value or
nullif none.
-
getResponseStatus
public AttendeeStatus getResponseStatus()
The attendee's response status.- Returns:
- the value or
nullif none.
-
getComment
public String getComment()
The attendee's response comment.- Returns:
- the value or
nullif none.
-
getAdditionalGuests
public Integer getAdditionalGuests()
The number of additional guests.- Returns:
- the value or
nullif none.
-
-