| java.lang.Object | ||
| ↳ | com.zuora.api.object.Dynamic | |
| ↳ | com.zuora.api.QueryResult | |
Java class for QueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="done" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="queryLocator" type="{http://api.zuora.com/}QueryLocator"/>
<element name="records" type="{http://object.api.zuora.com/}zObject" maxOccurs="unbounded" minOccurs="0"/>
<element name="size" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| done | |||||||||||
| queryLocator | |||||||||||
| records | |||||||||||
| size | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the queryLocator property.
| |||||||||||
Gets the value of the records property.
| |||||||||||
Gets the value of the size property.
| |||||||||||
Gets the value of the done property.
| |||||||||||
Sets the value of the done property.
| |||||||||||
Sets the value of the queryLocator property.
| |||||||||||
Sets the value of the size property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.Dynamic
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the queryLocator property.
Gets the value of the records property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the records property.
For example, to add a new item, do as follows:
getRecords().add(newItem);
Objects of the following type(s) are allowed in the list
ZObject
Gets the value of the size property.
Gets the value of the done property.
Sets the value of the done property.
| value |
|---|
Sets the value of the queryLocator property.
| value | Allowed object is String |
|---|
Sets the value of the size property.
| value |
|---|