| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationNotificationIntegrationConditionDataType |
Element containing the conditions to be evaluated for a Notification
Java class for Integration_Notification_Integration_Condition_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Notification_Integration_Condition_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Condition_Rule_Reference" type="{urn:com.workday/bsvc}Condition_RuleObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| conditionRuleReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the conditionRuleReference property.
| |||||||||||
Sets the value of the conditionRuleReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the conditionRuleReference property.
ConditionRuleObjectType
Sets the value of the conditionRuleReference property.
| value | Allowed object is
ConditionRuleObjectType
|
|---|