| java.lang.Object | |
| ↳ | com.netsuite.webservices.activities.scheduling_2010_2.CalendarEventAttendee |
Java class for CalendarEventAttendee complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalendarEventAttendee">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sendEmail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="attendee" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="response" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}CalendarEventAttendeeResponse" minOccurs="0"/>
<element name="attendance" type="{urn:types.scheduling_2010_2.activities.webservices.netsuite.com}CalendarEventAttendeeAttendance" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attendance | |||||||||||
| attendee | |||||||||||
| response | |||||||||||
| sendEmail | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attendance property.
| |||||||||||
Gets the value of the attendee property.
| |||||||||||
Gets the value of the response property.
| |||||||||||
Gets the value of the sendEmail property.
| |||||||||||
Sets the value of the attendance property.
| |||||||||||
Sets the value of the attendee property.
| |||||||||||
Sets the value of the response property.
| |||||||||||
Sets the value of the sendEmail property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attendance property.
CalendarEventAttendeeAttendance
Gets the value of the attendee property.
RecordRef
Gets the value of the response property.
CalendarEventAttendeeResponse
Gets the value of the sendEmail property.
Sets the value of the attendance property.
| value | Allowed object is
CalendarEventAttendeeAttendance
|
|---|
Sets the value of the attendee property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the response property.
| value | Allowed object is
CalendarEventAttendeeResponse
|
|---|
Sets the value of the sendEmail property.
| value | Allowed object is Boolean |
|---|