| java.lang.Object | |
| ↳ | com.workday.integrations.GetIntegrationSystemsCriteriaType |
Criteria for filtering the Integration Systems that get returned in the response.
Java class for Get_Integration_Systems_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Get_Integration_Systems_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_Template_Reference" type="{urn:com.workday/bsvc}Integration_TemplateObjectType" minOccurs="0"/>
<element name="Workday_Account_Reference" type="{urn:com.workday/bsvc}System_UserObjectType" minOccurs="0"/>
<element name="Cloud_Collection_Reference" type="{urn:com.workday/bsvc}Cloud_CollectionObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cloudCollectionReference | |||||||||||
| integrationTemplateReference | |||||||||||
| workdayAccountReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cloudCollectionReference property.
| |||||||||||
Gets the value of the integrationTemplateReference property.
| |||||||||||
Gets the value of the workdayAccountReference property.
| |||||||||||
Sets the value of the cloudCollectionReference property.
| |||||||||||
Sets the value of the integrationTemplateReference property.
| |||||||||||
Sets the value of the workdayAccountReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cloudCollectionReference property.
CloudCollectionObjectType
Gets the value of the integrationTemplateReference property.
IntegrationTemplateObjectType
Gets the value of the workdayAccountReference property.
SystemUserObjectType
Sets the value of the cloudCollectionReference property.
| value | Allowed object is
CloudCollectionObjectType
|
|---|
Sets the value of the integrationTemplateReference property.
| value | Allowed object is
IntegrationTemplateObjectType
|
|---|
Sets the value of the workdayAccountReference property.
| value | Allowed object is
SystemUserObjectType
|
|---|