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