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