public class DocumentQuery extends Query
Query.CategoryFilter, Query.CustomParameter, Query.ResultFormat| Constructor and Description |
|---|
DocumentQuery(URL feedUrl)
Constructs a new query object that targets a feed.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getOnlydeleted()
Returns the onlydeleted.
|
String |
getSharedWithEmailId()
Returns the sharedwith.
|
Boolean |
getShowdeleted()
Returns the showdeleted.
|
void |
setOnlydeleted(Boolean onlydeleted)
Sets the onlydeleted.
|
void |
setSharedWithEmailId(String sharedWithEmailId)
Sets the sharedwith.
|
void |
setShowdeleted(Boolean showdeleted)
Sets the showdeleted.
|
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, setUpdatedMinpublic DocumentQuery(URL feedUrl)
feedUrl - the URL of the feed against which queries will be executed.public Boolean getOnlydeleted()
null to indicate that the parameter is
not set.public void setOnlydeleted(Boolean onlydeleted)
onlydeleted - onlydeleted or null to remove this
parameter if set.public String getSharedWithEmailId()
null to indicate that the parameter is
not set.public void setSharedWithEmailId(String sharedWithEmailId)
sharedWithEmailId - sharedwith or null to remove this
parameter if set.public Boolean getShowdeleted()
null to indicate that the parameter is
not set.public void setShowdeleted(Boolean showdeleted)
showdeleted - showdeleted or null to remove this
parameter if set.Copyright © 2012. All Rights Reserved.