| java.lang.Object | |
| ↳ | com.workday.integrations.GetReferencesRequestCriteriaType |
The "Request Criteria" element for the web service operation contains the filtering logic to limit the data that is returned in the response.
Java class for Get_References_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Get_References_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Reference_ID_Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="128"/>
</restriction>
</simpleType>
</element>
<element name="Include_Defaulted_Values_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| includeDefaultedValuesOnly | |||||||||||
| referenceIDType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the includeDefaultedValuesOnly property.
| |||||||||||
Gets the value of the referenceIDType property.
| |||||||||||
Sets the value of the includeDefaultedValuesOnly property.
| |||||||||||
Sets the value of the referenceIDType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the includeDefaultedValuesOnly property. This getter has been renamed from isIncludeDefaultedValuesOnly() to getIncludeDefaultedValuesOnly() by cxf-xjc-boolean plugin.
Gets the value of the referenceIDType property.
Sets the value of the includeDefaultedValuesOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the referenceIDType property.
| value | Allowed object is String |
|---|