public class

IntegrationReportFieldConfigurationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.IntegrationReportFieldConfigurationDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected CustomReportDefinitionObjectType customReportDefinitionReference
protected IntegrationDocumentFieldObjectType reportAliasReference
protected String restEndpoint
Public Constructors
IntegrationReportFieldConfigurationDataType()
Public Methods
CustomReportDefinitionObjectType getCustomReportDefinitionReference()
Gets the value of the customReportDefinitionReference property.
String getRESTEndpoint()
Gets the value of the restEndpoint property.
IntegrationDocumentFieldObjectType getReportAliasReference()
Gets the value of the reportAliasReference property.
void setCustomReportDefinitionReference(CustomReportDefinitionObjectType value)
Sets the value of the customReportDefinitionReference property.
void setRESTEndpoint(String value)
Sets the value of the restEndpoint property.
void setReportAliasReference(IntegrationDocumentFieldObjectType value)
Sets the value of the reportAliasReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CustomReportDefinitionObjectType customReportDefinitionReference

protected IntegrationDocumentFieldObjectType reportAliasReference

protected String restEndpoint

Public Constructors

public IntegrationReportFieldConfigurationDataType ()

Public Methods

public CustomReportDefinitionObjectType getCustomReportDefinitionReference ()

Gets the value of the customReportDefinitionReference property.

Returns

public String getRESTEndpoint ()

Gets the value of the restEndpoint property.

Returns
  • possible object is String

public IntegrationDocumentFieldObjectType getReportAliasReference ()

Gets the value of the reportAliasReference property.

Returns

public void setCustomReportDefinitionReference (CustomReportDefinitionObjectType value)

Sets the value of the customReportDefinitionReference property.

Parameters
value Allowed object is CustomReportDefinitionObjectType

public void setRESTEndpoint (String value)

Sets the value of the restEndpoint property.

Parameters
value Allowed object is String

public void setReportAliasReference (IntegrationDocumentFieldObjectType value)

Sets the value of the reportAliasReference property.

Parameters
value Allowed object is IntegrationDocumentFieldObjectType