|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.client.Query
com.frevvo.forms.client.TaskQuery
public class TaskQuery
Simple class for submission-based queries.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gdata.client.Query |
---|
com.google.gdata.client.Query.CategoryFilter, com.google.gdata.client.Query.CustomParameter, com.google.gdata.client.Query.ResultFormat |
Field Summary | |
---|---|
static java.lang.String |
FILTER
|
static java.lang.String |
ORDERBY
|
Fields inherited from class com.google.gdata.client.Query |
---|
UNDEFINED |
Constructor Summary | |
---|---|
TaskQuery(java.net.URL feedUrl)
|
Method Summary | |
---|---|
java.lang.String |
getFilter()
|
java.lang.String |
getOrderby()
|
void |
setFilter(java.lang.String filter)
|
void |
setOrderby(java.lang.String orderby)
|
Methods inherited from class com.google.gdata.client.Query |
---|
addCategoryFilter, addCustomParameter, appendQueryParameter, getAuthor, getCategoryFilters, getCustomParameters, getCustomParameters, getFeedUrl, getFields, getFullTextQuery, getIntegerCustomParameter, getMaxResults, getPublishedMax, getPublishedMin, getQueryUri, getResultFormat, getStartIndex, getStringCustomParameter, getUpdatedMax, getUpdatedMin, getUrl, isStrict, isValidState, setAuthor, setFields, setFullTextQuery, setIntegerCustomParameter, setMaxResults, setPublishedMax, setPublishedMin, setResultFormat, setStartIndex, setStrict, setStringCustomParameter, setUpdatedMax, setUpdatedMin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FILTER
public static final java.lang.String ORDERBY
Constructor Detail |
---|
public TaskQuery(java.net.URL feedUrl)
Method Detail |
---|
public void setFilter(java.lang.String filter)
public java.lang.String getFilter()
public void setOrderby(java.lang.String orderby)
public java.lang.String getOrderby()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |