| java.lang.Object | ||||
| ↳ | com.clarizen.api.BaseMessage | |||
| ↳ | com.clarizen.api.queries.Query | |||
| ↳ | com.clarizen.api.queries.BuiltInQuery | |||
| ↳ | com.clarizen.api.TodayQuery | |||
Java class for TodayQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TodayQuery">
<complexContent>
<extension base="{http://clarizen.com/api/queries}BuiltInQuery">
<sequence>
<element name="InfoItem" type="{http://clarizen.com/api}TodayInfoItem"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| infoItem | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.queries.BuiltInQuery
| |||||||||||
From class
com.clarizen.api.queries.Query
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the infoItem property.
| |||||||||||
Sets the value of the infoItem property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.clarizen.api.queries.BuiltInQuery
| |||||||||||
From class
com.clarizen.api.queries.Query
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the infoItem property.
TodayInfoItem
Sets the value of the infoItem property.
| value | Allowed object is
TodayInfoItem
|
|---|