| java.lang.Object | ||
| ↳ | com.clarizen.api.BaseMessage | |
| ↳ | com.clarizen.api.queries.Query | |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Java class for Query complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Query">
<complexContent>
<extension base="{http://clarizen.com/api}BaseMessage">
<sequence>
<element name="Paging" type="{http://clarizen.com/api/queries}Paging" minOccurs="0"/>
<element name="Permissions" type="{http://clarizen.com/api}PermissionOptions" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| paging | |||||||||||
| permissions | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the paging property.
| |||||||||||
Gets the value of the permissions property.
| |||||||||||
Sets the value of the paging property.
| |||||||||||
Sets the value of the permissions property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the permissions property.
PermissionOptions
Sets the value of the paging property.
| value | Allowed object is
Paging
|
|---|
Sets the value of the permissions property.
| value | Allowed object is
PermissionOptions
|
|---|