| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationEventRequestCriteriaType |
Criteria for filtering the Integration Events that get returned in the response.
Java class for Integration_Event_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Event_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_System_Reference" type="{urn:com.workday/bsvc}Integration_SystemObjectType" minOccurs="0"/>
<element name="Integration_Event_Status_Reference" type="{urn:com.workday/bsvc}Background_Process_Runtime_StatusObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Sent_After" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Sent_Before" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationEventStatusReference | |||||||||||
| integrationSystemReference | |||||||||||
| sentAfter | |||||||||||
| sentBefore | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationEventStatusReference property.
| |||||||||||
Gets the value of the integrationSystemReference property.
| |||||||||||
Gets the value of the sentAfter property.
| |||||||||||
Gets the value of the sentBefore property.
| |||||||||||
Sets the value of the integrationEventStatusReference property.
| |||||||||||
Sets the value of the integrationSystemReference property.
| |||||||||||
Sets the value of the sentAfter property.
| |||||||||||
Sets the value of the sentBefore property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationEventStatusReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the integrationEventStatusReference property.
For example, to add a new item, do as follows:
getIntegrationEventStatusReference().add(newItem);
Objects of the following type(s) are allowed in the list
BackgroundProcessRuntimeStatusObjectType
Gets the value of the integrationSystemReference property.
IntegrationSystemObjectType
Gets the value of the sentAfter property.
Gets the value of the sentBefore property.
Sets the value of the integrationEventStatusReference property.
| integrationEventStatusReference | Allowed object is
BackgroundProcessRuntimeStatusObjectType
|
|---|
Sets the value of the integrationSystemReference property.
| value | Allowed object is
IntegrationSystemObjectType
|
|---|
Sets the value of the sentAfter property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the sentBefore property.
| value | Allowed object is XMLGregorianCalendar |
|---|