| java.lang.Object | |
| ↳ | com.workday.integrations.CustomReportDataSourceDataType |
Custom Report Data Source Data element
Java class for Custom_Report_Data_Source_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Custom_Report_Data_Source_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Custom_Report_Definition_Reference" type="{urn:com.workday/bsvc}Custom_Report_DefinitionObjectType"/>
<element name="Output_Format_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Run_As_System_User_Reference" type="{urn:com.workday/bsvc}System_UserObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customReportDefinitionReference | |||||||||||
| outputFormatReference | |||||||||||
| runAsSystemUserReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customReportDefinitionReference property.
| |||||||||||
Gets the value of the outputFormatReference property.
| |||||||||||
Gets the value of the runAsSystemUserReference property.
| |||||||||||
Sets the value of the customReportDefinitionReference property.
| |||||||||||
Sets the value of the outputFormatReference property.
| |||||||||||
Sets the value of the runAsSystemUserReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customReportDefinitionReference property.
CustomReportDefinitionObjectType
Gets the value of the outputFormatReference property.
UniqueIdentifierObjectType
Gets the value of the runAsSystemUserReference property.
SystemUserObjectType
Sets the value of the customReportDefinitionReference property.
| value | Allowed object is
CustomReportDefinitionObjectType
|
|---|
Sets the value of the outputFormatReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the runAsSystemUserReference property.
| value | Allowed object is
SystemUserObjectType
|
|---|