|
||||||||||
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 |
String |
getCreator()
Get creator |
int |
getEditedSince()
Get editedSince |
String |
getEditor()
Get editor |
String |
getId()
Get id |
Boolean |
getInherited()
Get inherited |
int |
getMaxItems()
Get maxItems |
Integer |
getNodeId()
Get nodeId |
List<String> |
getRecursiveIds()
Get recursiveIds |
String |
getSearch()
Get search |
int |
getSkipCount()
Get skipCount |
String |
getSortBy()
Get sortBy |
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(String creator)
Set creator |
void |
setEditedSince(int editedSince)
Set editedSince |
void |
setEditor(String editor)
Set editor |
void |
setId(String id)
Set id |
void |
setInherited(Boolean inherited)
Set inherited |
void |
setMaxItems(int maxItems)
Set maxItems |
void |
setNodeId(Integer nodeId)
Set nodeId |
void |
setRecursive(boolean recursive)
Set recursive |
void |
setRecursiveIds(List<String> recursiveIds)
Set recursiveIds |
void |
setSearch(String search)
Set search |
void |
setSkipCount(int skipCount)
Set skipCount |
void |
setSortBy(String sortBy)
Set sortBy |
void |
setSortOrder(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 String getId()
public void setId(String id)
id
- the id to setpublic Integer getNodeId()
public void setNodeId(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 String getSortBy()
public void setSortBy(String sortBy)
sortBy
- the sortBy to setpublic String getSortOrder()
public void setSortOrder(String sortOrder)
sortOrder
- the sortOrder to setpublic Boolean getInherited()
public void setInherited(Boolean inherited)
inherited
- the inherited to setpublic String getSearch()
public void setSearch(String search)
search
- the search to setpublic String getEditor()
public void setEditor(String editor)
editor
- the editor to setpublic String getCreator()
public void setCreator(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 List<String> getRecursiveIds()
public void setRecursiveIds(List<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 |