public class ChangeLogItemQuery
extends java.lang.Object
| Constructor and Description |
|---|
ChangeLogItemQuery()
Instantiates a new change log item query.
|
| Modifier and Type | Method and Description |
|---|---|
Contains |
getContains()
Gets the contains.
|
CamlQuery |
getQuery()
Gets the query.
|
CamlQueryOptions |
getQueryOptions()
Gets the query options.
|
int |
getRowLimit()
Gets the row limit.
|
ChangeToken |
getToken()
Gets the token.
|
CamlViewFields |
getViewFields()
Gets the view fields.
|
java.lang.String |
getViewName()
Gets the view name.
|
void |
setContains(Contains contains)
Sets the contains.
|
void |
setQuery(CamlQuery query)
Sets the query.
|
void |
setQueryOptions(CamlQueryOptions queryOptions)
Sets the query options.
|
void |
setRowLimit(int rowLimit)
Sets the row limit.
|
void |
setToken(ChangeToken token)
Sets the token.
|
void |
setViewFields(CamlViewFields viewFields)
Sets the view fields.
|
void |
setViewName(java.lang.String viewName)
Sets the view name.
|
java.lang.String |
toString() |
public ChangeLogItemQuery()
public Contains getContains()
public CamlQuery getQuery()
public CamlQueryOptions getQueryOptions()
public int getRowLimit()
public ChangeToken getToken()
public CamlViewFields getViewFields()
public java.lang.String getViewName()
public void setContains(Contains contains)
contains - the new containspublic void setQuery(CamlQuery query)
query - the new querypublic void setQueryOptions(CamlQueryOptions queryOptions)
queryOptions - the new query optionspublic void setRowLimit(int rowLimit)
rowLimit - the new row limitpublic void setToken(ChangeToken token)
token - the new tokenpublic void setViewFields(CamlViewFields viewFields)
viewFields - the new view fieldspublic void setViewName(java.lang.String viewName)
viewName - the new view namepublic java.lang.String toString()
toString in class java.lang.Object