|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.request.FolderListRequest
public class FolderListRequest
Request object for a request to list folders
Constructor Summary | |
---|---|
FolderListRequest()
|
Method Summary | |
---|---|
int |
getCreatedSince()
Get createdSince |
java.lang.String |
getCreator()
Get creator |
int |
getEditedSince()
Get editedSince |
java.lang.String |
getEditor()
Get editor |
java.lang.String |
getId()
Get id |
java.lang.Boolean |
getInherited()
Get inherited |
int |
getMaxItems()
Get maxItems |
java.lang.Integer |
getNodeId()
Get nodeId |
java.util.List<java.lang.String> |
getRecursiveIds()
Get recursiveIds |
java.lang.String |
getSearch()
Get search |
int |
getSkipCount()
Get skipCount |
java.lang.String |
getSortBy()
Get sortBy |
java.lang.String |
getSortOrder()
Get sortOrder |
boolean |
isAddPrivileges()
Get addPrivileges |
boolean |
isRecursive()
Get recursive |
boolean |
isTree()
Get tree |
void |
setAddPrivileges(boolean addPrivileges)
Set addPrivileges |
void |
setCreatedSince(int createdSince)
Set createdSince |
void |
setCreator(java.lang.String creator)
Set creator |
void |
setEditedSince(int editedSince)
Set editedSince |
void |
setEditor(java.lang.String editor)
Set editor |
void |
setId(java.lang.String id)
Set id |
void |
setInherited(java.lang.Boolean inherited)
Set inherited |
void |
setMaxItems(int maxItems)
Set maxItems |
void |
setNodeId(java.lang.Integer nodeId)
Set nodeId |
void |
setRecursive(boolean recursive)
Set recursive |
void |
setRecursiveIds(java.util.List<java.lang.String> recursiveIds)
Set recursiveIds |
void |
setSearch(java.lang.String search)
Set search |
void |
setSkipCount(int skipCount)
Set skipCount |
void |
setSortBy(java.lang.String sortBy)
Set sortBy |
void |
setSortOrder(java.lang.String sortOrder)
Set sortOrder |
void |
setTree(boolean tree)
Set tree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FolderListRequest()
id
- addPrivileges
- Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String id)
id
- the id to setpublic java.lang.Integer getNodeId()
public void setNodeId(java.lang.Integer nodeId)
nodeId
- the nodeId to setpublic int getSkipCount()
public void setSkipCount(int skipCount)
skipCount
- the skipCount to setpublic int getMaxItems()
public void setMaxItems(int maxItems)
maxItems
- the maxItems to setpublic boolean isRecursive()
public void setRecursive(boolean recursive)
recursive
- the recursive to setpublic java.lang.String getSortBy()
public void setSortBy(java.lang.String sortBy)
sortBy
- the sortBy to setpublic java.lang.String getSortOrder()
public void setSortOrder(java.lang.String sortOrder)
sortOrder
- the sortOrder to setpublic java.lang.Boolean getInherited()
public void setInherited(java.lang.Boolean inherited)
inherited
- the inherited to setpublic java.lang.String getSearch()
public void setSearch(java.lang.String search)
search
- the search to setpublic java.lang.String getEditor()
public void setEditor(java.lang.String editor)
editor
- the editor to setpublic java.lang.String getCreator()
public void setCreator(java.lang.String creator)
creator
- the creator to setpublic int getEditedSince()
public void setEditedSince(int editedSince)
editedSince
- the editedSince to setpublic int getCreatedSince()
public void setCreatedSince(int createdSince)
createdSince
- the createdSince to setpublic boolean isTree()
public void setTree(boolean tree)
tree
- the tree to setpublic java.util.List<java.lang.String> getRecursiveIds()
public void setRecursiveIds(java.util.List<java.lang.String> recursiveIds)
recursiveIds
- the recursiveIds to setpublic boolean isAddPrivileges()
public void setAddPrivileges(boolean addPrivileges)
addPrivileges
- the addPrivileges to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |