public class GEventAttendee extends Object
Modifier and Type | Field and Description |
---|---|
EventAttendee |
GoogleEventAttendee!
The wrapped Google EventAttendee object.
|
Constructor and Description |
---|
GEventAttendee()
Default constructor that creates a new attendee.
|
GEventAttendee(EventAttendee wrappedAttendee!)
Constructor that wraps an existing Google attendee.
|
Modifier and Type | Method and Description |
---|---|
BBjString |
getComment()
Attendee's comment for the event.
|
BBjString |
getDisplayName()
The attendee's name, if available.
|
BBjString |
getEmail()
The attendee's email address, if available.
|
BBjString |
getId()
The attendee's Profile ID, if available.
|
BBjNumber |
getOptional()
Whether this is an optional attendee.
|
BBjNumber |
getOrganizer()
Whether this attendee is also the organizer.
|
BBjNumber |
getResource()
Whether the attendee is a resource.
|
BBjString |
getResponseStatus()
The attendee's response status.
|
BBjNumber |
getSelf()
Whether this entry represents the calendar on which this copy of the
event appears.
|
boolean |
isOptional()
Alias to getOptional()
|
boolean |
isResource()
Alias to getResource()
|
boolean |
isSelf()
Alias to getSelf()
|
GEventAttendee |
set(String fieldName!,
Object value!)
Set properties on the GEventAttendee corresponding to JSON properties.
|
GEventAttendee |
setAdditionalGuests(BBjNumber additionalGuests!)
Number of guests attendee is bringing.
|
GEventAttendee |
setComment(BBjString comment!)
Attendee's comment for the event.
|
GEventAttendee |
setDisplayName(BBjString displayName!)
The attendee's name, if available.
|
GEventAttendee |
setEmail(BBjString email!)
The attendee's email address, if available.
|
GEventAttendee |
setId(BBjString id!)
The attendee's Profile ID, if available.
|
GEventAttendee |
setOptional(BBjNumber optional!)
Whether this is an optional attendee.
|
GEventAttendee |
setOrganizer(BBjNumber organizer!)
Whether this attendee is also the organizer.
|
GEventAttendee |
setResource(BBjNumber resource!)
Whether the attendee is a resource.
|
GEventAttendee |
setResponseStatus(String responseStatus!)
The attendee's response status.
|
public EventAttendee GoogleEventAttendee!
public GEventAttendee()
public GEventAttendee(EventAttendee wrappedAttendee!)
public BBjString getComment()
public BBjString getDisplayName()
public BBjString getEmail()
public BBjString getId()
public BBjNumber getOptional()
public BBjNumber getOrganizer()
public BBjNumber getResource()
public BBjString getResponseStatus()
public BBjNumber getSelf()
public boolean isOptional()
public boolean isResource()
public boolean isSelf()
public GEventAttendee set(String fieldName!, Object value!)
fieldName!
- Name of the property to set.value!
- Value to set the property to.public GEventAttendee setAdditionalGuests(BBjNumber additionalGuests!)
additionalGuests!
- Number of additional guests attendee is bringing.public GEventAttendee setComment(BBjString comment!)
comment!
- String containing attendee's comment.public GEventAttendee setDisplayName(BBjString displayName!)
displayName!
- String containing the attendee's name.public GEventAttendee setEmail(BBjString email!)
email!
- String containing attendee's email address.public GEventAttendee setId(BBjString id!)
id!
- String containing attendee's profile id.public GEventAttendee setOptional(BBjNumber optional!)
optional!
- 0 or 1: 0 means the attendee is not optional. 1 means the attendee is optional.public GEventAttendee setOrganizer(BBjNumber organizer!)
organizer!
- 0 or 1: 0 means the attendee is not the organizer. 1 means the attendee is the organizer.public GEventAttendee setResource(BBjNumber resource!)
resource!
- 0 or 1: 0 means the attendee is not a resource. 1 means the attendee is a resource.public GEventAttendee setResponseStatus(String responseStatus!)
responseStatus!
- String representing participant's response status.