| java.lang.Object | |
| ↳ | com.workday.talent.ResponseResultsType |
The "Response_Results" element contains summary information about the data that has been returned from your request including "Total_Results", "Total_Pages", and the current "Page" returned.
Java class for Response_ResultsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Response_ResultsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Total_Results" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Total_Pages" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Page_Results" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Page" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| page | |||||||||||
| pageResults | |||||||||||
| totalPages | |||||||||||
| totalResults | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the page property.
| |||||||||||
Gets the value of the pageResults property.
| |||||||||||
Gets the value of the totalPages property.
| |||||||||||
Gets the value of the totalResults property.
| |||||||||||
Sets the value of the page property.
| |||||||||||
Sets the value of the pageResults property.
| |||||||||||
Sets the value of the totalPages property.
| |||||||||||
Sets the value of the totalResults property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the page property.
Gets the value of the pageResults property.
Gets the value of the totalPages property.
Gets the value of the totalResults property.
Sets the value of the page property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the pageResults property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the totalPages property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the totalResults property.
| value | Allowed object is BigDecimal |
|---|