| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationBackgroundProcessDefinitionDataType |
Integration Background Process Definition Data element
Java class for Integration_Background_Process_Definition_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Background_Process_Definition_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="Process_Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Dynamic_Description_External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType"/>
</choice>
<element name="Integration_Background_Process_Data" type="{urn:com.workday/bsvc}Integration_Scheduled_Future_Process_DataType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dynamicDescriptionExternalFieldReference | |||||||||||
| integrationBackgroundProcessData | |||||||||||
| processDescription | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dynamicDescriptionExternalFieldReference property.
| |||||||||||
Gets the value of the integrationBackgroundProcessData property.
| |||||||||||
Gets the value of the processDescription property.
| |||||||||||
Sets the value of the dynamicDescriptionExternalFieldReference property.
| |||||||||||
Sets the value of the integrationBackgroundProcessData property.
| |||||||||||
Sets the value of the processDescription property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dynamicDescriptionExternalFieldReference property.
ExternalFieldObjectType
Gets the value of the integrationBackgroundProcessData property.
IntegrationScheduledFutureProcessDataType
Gets the value of the processDescription property.
Sets the value of the dynamicDescriptionExternalFieldReference property.
| value | Allowed object is
ExternalFieldObjectType
|
|---|
Sets the value of the integrationBackgroundProcessData property.
| value | Allowed object is
IntegrationScheduledFutureProcessDataType
|
|---|
Sets the value of the processDescription property.
| value | Allowed object is String |
|---|