| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationReportFieldConfigurationDataType |
Integration Report Field Configuration Data
Java class for Integration_Report_Field_Configuration_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Report_Field_Configuration_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Report_Alias_Reference" type="{urn:com.workday/bsvc}Integration_Document_FieldObjectType"/>
<element name="Custom_Report_Definition_Reference" type="{urn:com.workday/bsvc}Custom_Report_DefinitionObjectType" minOccurs="0"/>
<element name="REST_Endpoint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customReportDefinitionReference | |||||||||||
| reportAliasReference | |||||||||||
| restEndpoint | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customReportDefinitionReference property.
| |||||||||||
Gets the value of the restEndpoint property.
| |||||||||||
Gets the value of the reportAliasReference property.
| |||||||||||
Sets the value of the customReportDefinitionReference property.
| |||||||||||
Sets the value of the restEndpoint property.
| |||||||||||
Sets the value of the reportAliasReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customReportDefinitionReference property.
CustomReportDefinitionObjectType
Gets the value of the restEndpoint property.
Gets the value of the reportAliasReference property.
IntegrationDocumentFieldObjectType
Sets the value of the customReportDefinitionReference property.
| value | Allowed object is
CustomReportDefinitionObjectType
|
|---|
Sets the value of the restEndpoint property.
| value | Allowed object is String |
|---|
Sets the value of the reportAliasReference property.
| value | Allowed object is
IntegrationDocumentFieldObjectType
|
|---|