| java.lang.Object | |
| ↳ | com.workday.integrations.PutIntegrationEventRequestType |
Integration event request element.
Java class for Put_Integration_Event_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Integration_Event_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_Event_Reference" type="{urn:com.workday/bsvc}Integration_ESB_Invocation__Abstract_ObjectType" minOccurs="0"/>
<element name="Integration_Event_Data" type="{urn:com.workday/bsvc}Integration_Event_Data_WWSType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationEventData | |||||||||||
| integrationEventReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationEventData property.
| |||||||||||
Gets the value of the integrationEventReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the integrationEventData property.
| |||||||||||
Sets the value of the integrationEventReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationEventData property.
IntegrationEventDataWWSType
Gets the value of the integrationEventReference property.
IntegrationESBInvocationAbstractObjectType
Gets the value of the version property.
Sets the value of the integrationEventData property.
| value | Allowed object is
IntegrationEventDataWWSType
|
|---|
Sets the value of the integrationEventReference property.
| value | Allowed object is
IntegrationESBInvocationAbstractObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|