public class

TodayQuery

extends BuiltInQuery
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.queries.Query
       ↳ com.clarizen.api.queries.BuiltInQuery
         ↳ com.clarizen.api.TodayQuery

Class Overview

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>
 

Summary

Fields
protected TodayInfoItem infoItem
[Expand]
Inherited Fields
From class com.clarizen.api.queries.BuiltInQuery
From class com.clarizen.api.queries.Query
Public Constructors
TodayQuery()
Public Methods
TodayInfoItem getInfoItem()
Gets the value of the infoItem property.
void setInfoItem(TodayInfoItem value)
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

Fields

protected TodayInfoItem infoItem

Public Constructors

public TodayQuery ()

Public Methods

public TodayInfoItem getInfoItem ()

Gets the value of the infoItem property.

Returns

public void setInfoItem (TodayInfoItem value)

Sets the value of the infoItem property.

Parameters
value Allowed object is TodayInfoItem