Class FolderListRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.FolderListRequest
-
public class FolderListRequest extends Object
Request object for a request to list folders- Author:
- najor
-
-
Constructor Summary
Constructors Constructor Description FolderListRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCreatedBefore()
Get createdBeforeint
getCreatedSince()
Get createdSinceString
getCreator()
Get creatorint
getEditedBefore()
Get editedBeforeint
getEditedSince()
Get editedSinceString
getEditor()
Get editorString
getId()
Get idBoolean
getInherited()
Get inheritedint
getMaxItems()
Get maxItemsInteger
getNodeId()
Get nodeIdList<String>
getRecursiveIds()
Get recursiveIdsString
getSearch()
Get searchint
getSkipCount()
Get skipCountString
getSortBy()
Get sortByString
getSortOrder()
Get sortOrderString
getStagingPackageName()
Get staging package name to check the folder staging status uponWastebinSearch
getWastebin()
exclude (default) to exclude deleted objects, include to include deleted objects, only to return only deleted objectsboolean
isAddPrivileges()
Get addPrivilegesboolean
isPrivilegeMap()
True for adding privilege maps to the foldersboolean
isRecursive()
Get recursiveboolean
isTree()
Get treevoid
setAddPrivileges(boolean addPrivileges)
Set addPrivilegesvoid
setCreatedBefore(int createdBefore)
Set createdBeforevoid
setCreatedSince(int createdSince)
Set createdSincevoid
setCreator(String creator)
Set creatorvoid
setEditedBefore(int editedBefore)
Set editedBeforevoid
setEditedSince(int editedSince)
Set editedSincevoid
setEditor(String editor)
Set editorvoid
setId(String id)
Set idvoid
setInherited(Boolean inherited)
Set inheritedvoid
setMaxItems(int maxItems)
Set maxItemsvoid
setNodeId(Integer nodeId)
Set nodeIdvoid
setPrivilegeMap(boolean privilegeMap)
Set true to add privilege mapsvoid
setRecursive(boolean recursive)
Set recursivevoid
setRecursiveIds(List<String> recursiveIds)
Set recursiveIdsvoid
setSearch(String search)
Set searchvoid
setSkipCount(int skipCount)
Set skipCountvoid
setSortBy(String sortBy)
Set sortByvoid
setSortOrder(String sortOrder)
Set sortOrdervoid
setStagingPackageName(String stagingPackageName)
Set staging package name to check the folder staging status uponvoid
setTree(boolean tree)
Set treevoid
setWastebin(WastebinSearch wastebin)
Set the wastebin search option
-
-
-
Method Detail
-
getId
public String getId()
Get id- Returns:
- the id
-
setId
public void setId(String id)
Set id- Parameters:
id
- the id to set
-
getNodeId
public Integer getNodeId()
Get nodeId- Returns:
- the nodeId
-
setNodeId
public void setNodeId(Integer nodeId)
Set nodeId- Parameters:
nodeId
- the nodeId to set
-
getSkipCount
public int getSkipCount()
Get skipCount- Returns:
- the skipCount
-
setSkipCount
public void setSkipCount(int skipCount)
Set skipCount- Parameters:
skipCount
- the skipCount to set
-
getMaxItems
public int getMaxItems()
Get maxItems- Returns:
- the maxItems
-
setMaxItems
public void setMaxItems(int maxItems)
Set maxItems- Parameters:
maxItems
- the maxItems to set
-
isRecursive
public boolean isRecursive()
Get recursive- Returns:
- the recursive
-
setRecursive
public void setRecursive(boolean recursive)
Set recursive- Parameters:
recursive
- the recursive to set
-
getSortBy
public String getSortBy()
Get sortBy- Returns:
- the sortBy
-
setSortBy
public void setSortBy(String sortBy)
Set sortBy- Parameters:
sortBy
- the sortBy to set
-
getSortOrder
public String getSortOrder()
Get sortOrder- Returns:
- the sortOrder
-
setSortOrder
public void setSortOrder(String sortOrder)
Set sortOrder- Parameters:
sortOrder
- the sortOrder to set
-
getInherited
public Boolean getInherited()
Get inherited- Returns:
- the inherited
-
setInherited
public void setInherited(Boolean inherited)
Set inherited- Parameters:
inherited
- the inherited to set
-
getSearch
public String getSearch()
Get search- Returns:
- the search
-
setSearch
public void setSearch(String search)
Set search- Parameters:
search
- the search to set
-
getEditor
public String getEditor()
Get editor- Returns:
- the editor
-
setEditor
public void setEditor(String editor)
Set editor- Parameters:
editor
- the editor to set
-
getCreator
public String getCreator()
Get creator- Returns:
- the creator
-
setCreator
public void setCreator(String creator)
Set creator- Parameters:
creator
- the creator to set
-
getEditedBefore
public int getEditedBefore()
Get editedBefore- Returns:
- the editedBefore
-
setEditedBefore
public void setEditedBefore(int editedBefore)
Set editedBefore- Parameters:
editedBefore
- the editedBefore to set
-
getEditedSince
public int getEditedSince()
Get editedSince- Returns:
- the editedSince
-
setEditedSince
public void setEditedSince(int editedSince)
Set editedSince- Parameters:
editedSince
- the editedSince to set
-
getCreatedBefore
public int getCreatedBefore()
Get createdBefore- Returns:
- the createdBefore
-
setCreatedBefore
public void setCreatedBefore(int createdBefore)
Set createdBefore- Parameters:
createdBefore
- the createdBefore to set
-
getCreatedSince
public int getCreatedSince()
Get createdSince- Returns:
- the createdSince
-
setCreatedSince
public void setCreatedSince(int createdSince)
Set createdSince- Parameters:
createdSince
- the createdSince to set
-
isTree
public boolean isTree()
Get tree- Returns:
- the tree
-
setTree
public void setTree(boolean tree)
Set tree- Parameters:
tree
- the tree to set
-
setRecursiveIds
public void setRecursiveIds(List<String> recursiveIds)
Set recursiveIds- Parameters:
recursiveIds
- the recursiveIds to set
-
isAddPrivileges
public boolean isAddPrivileges()
Get addPrivileges- Returns:
- the addPrivileges
-
setAddPrivileges
public void setAddPrivileges(boolean addPrivileges)
Set addPrivileges- Parameters:
addPrivileges
- the addPrivileges to set
-
isPrivilegeMap
public boolean isPrivilegeMap()
True for adding privilege maps to the folders- Returns:
- true to add privilege maps
-
setPrivilegeMap
public void setPrivilegeMap(boolean privilegeMap)
Set true to add privilege maps- Parameters:
privilegeMap
-
-
getWastebin
public WastebinSearch getWastebin()
exclude (default) to exclude deleted objects, include to include deleted objects, only to return only deleted objects- Returns:
- wastebin search option
-
setWastebin
public void setWastebin(WastebinSearch wastebin)
Set the wastebin search option- Parameters:
wastebin
- wastebin search option
-
getStagingPackageName
public String getStagingPackageName()
Get staging package name to check the folder staging status upon- Returns:
-
setStagingPackageName
public void setStagingPackageName(String stagingPackageName)
Set staging package name to check the folder staging status upon- Parameters:
stagingPackageName
-
-
-