public class GEventAttendee
Represents an event participant and includes the following properties: Comment DisplayName Email Id Organizer -- Indicates whether this participant is the event organizer. Optional -- Whether this is an optional attendee. Resource ResponseStatus Self
Modifier and Type | Field and Description |
---|---|
com.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee | GoogleEventAttendee!=null() The wrapped Google EventAttendee object. This can be accessed to make direct calls to the Java-based Google API. |
Constructor and Description |
---|
GEventAttendee() Default constructor that creates a new attendee. |
GEventAttendee(com.google.api.services.calendar.model.EventAttendee wrappedAttendee!) Constructor that wraps an existing Google attendee. |
Modifier and Type | Method and Description |
---|---|
BBjString | getComment() Attendee's comment for the event. Example: "I am bringing cherry cobbler to the party." |
BBjString | getDisplayName() The attendee's name, if available. |
BBjString | getEmail() The attendee's email address, if available. This field must be present when adding an attendee. |
BBjString | getId() The attendee's Profile ID, if available. |
BBjNumber | getOptional() Whether this is an optional attendee. Optional. The default is False (0). |
BBjNumber | getOrganizer() Whether this attendee is also the organizer. Default is 0. |
BBjNumber | getResource() Whether the attendee is a resource. Read-only. The default is False (0) |
BBjString | getResponseStatus() The attendee's response status. Possible values are: "needsAction" - The attendee has not responded to the invitation. "declined" - The attendee has declined the invitation. "tentative" - The attendee has tentatively accepted the invitation. "accepted" - The attendee has accepted the invitation. |
BBjNumber | getSelf() Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False. |
boolean | isOptional() Alias to getOptional() |
boolean | isResource() Alias to getResource() |
boolean | isSelf() Alias to getSelf() |
Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee | set(java.lang.String fieldName!, java.lang.Object value!) Set properties on the GEventAttendee corresponding to JSON properties. |
Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee | setAdditionalGuests(BBjNumber additionalGuests!) Number of guests attendee is bringing. |
Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee | setComment(BBjString comment!) Attendee's comment for the event. Example: "I am bringing cherry cobbler to the party." |
Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee | setDisplayName(BBjString displayName!) The attendee's name, if available. |
Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee | setEmail(BBjString email!) The attendee's email address, if available. This field must be present when adding an attendee. |
Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee | setId(BBjString id!) The attendee's Profile ID, if available. |
Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee | setOptional(BBjNumber optional!) Whether this is an optional attendee. Optional. The default is False (0). |
Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee | setOrganizer(BBjNumber organizer!) Whether this attendee is also the organizer. Default is 0. |
Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee | setResource(BBjNumber resource!) Whether the attendee is a resource. Read-only. The default is False (0) |
Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee | setResponseStatus(java.lang.String responseStatus!) The attendee's response status. Possible values are: "needsAction" - The attendee has not responded to the invitation. "declined" - The attendee has declined the invitation. "tentative" - The attendee has tentatively accepted the invitation. "accepted" - The attendee has accepted the invitation. |
public com.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee GoogleEventAttendee!=null()
The wrapped Google EventAttendee object. This can be accessed to make direct calls to the Java-based Google API.
public GEventAttendee()
Default constructor that creates a new attendee.
public GEventAttendee(com.google.api.services.calendar.model.EventAttendee wrappedAttendee!)
Constructor that wraps an existing Google attendee.
public BBjString getComment()
Attendee's comment for the event. Example: "I am bringing cherry cobbler to the party."
public BBjString getDisplayName()
The attendee's name, if available.
public BBjString getEmail()
The attendee's email address, if available. This field must be present when adding an attendee.
public BBjString getId()
The attendee's Profile ID, if available.
public BBjNumber getOptional()
Whether this is an optional attendee. Optional. The default is False (0).
public BBjNumber getOrganizer()
Whether this attendee is also the organizer. Default is 0.
public BBjNumber getResource()
Whether the attendee is a resource. Read-only. The default is False (0)
public BBjString getResponseStatus()
The attendee's response status. Possible values are: "needsAction" - The attendee has not responded to the invitation. "declined" - The attendee has declined the invitation. "tentative" - The attendee has tentatively accepted the invitation. "accepted" - The attendee has accepted the invitation.
public BBjNumber getSelf()
Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
public boolean isOptional()
Alias to getOptional()
public boolean isResource()
Alias to getResource()
public boolean isSelf()
Alias to getSelf()
public Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee set(java.lang.String fieldName!, java.lang.Object value!)
Set properties on the GEventAttendee corresponding to JSON properties.
fieldName!
Name of the property to set.value!
Value to set the property to.public Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee setAdditionalGuests(BBjNumber additionalGuests!)
Number of guests attendee is bringing.
additionalGuests!
Number of additional guests attendee is bringing.public Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee setComment(BBjString comment!)
Attendee's comment for the event. Example: "I am bringing cherry cobbler to the party."
comment!
String containing attendee's comment.public Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee setDisplayName(BBjString displayName!)
The attendee's name, if available.
displayName!
String containing the attendee's name.public Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee setEmail(BBjString email!)
The attendee's email address, if available. This field must be present when adding an attendee.
email!
String containing attendee's email address.public Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee setId(BBjString id!)
The attendee's Profile ID, if available.
id!
String containing attendee's profile id.public Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee setOptional(BBjNumber optional!)
Whether this is an optional attendee. Optional. The default is False (0).
optional!
0 or 1: 0 means the attendee is not optional. 1 means the attendee is optional.public Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee setOrganizer(BBjNumber organizer!)
Whether this attendee is also the organizer. Default is 0.
organizer!
0 or 1: 0 means the attendee is not the organizer. 1 means the attendee is the organizer.public Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee setResource(BBjNumber resource!)
Whether the attendee is a resource. Read-only. The default is False (0)
resource!
0 or 1: 0 means the attendee is not a resource. 1 means the attendee is a resource.public Gcom.google.api.services.calendar.model.com.google.api.services.calendar.model.EventAttendee setResponseStatus(java.lang.String responseStatus!)
The attendee's response status. Possible values are: "needsAction" - The attendee has not responded to the invitation. "declined" - The attendee has declined the invitation. "tentative" - The attendee has tentatively accepted the invitation. "accepted" - The attendee has accepted the invitation.
responseStatus!
String representing participant's response status.