public class FolderListRequest extends Object
Constructor and Description |
---|
FolderListRequest() |
Modifier and Type | Method and Description |
---|---|
int |
getCreatedBefore()
Get createdBefore
|
int |
getCreatedSince()
Get createdSince
|
String |
getCreator()
Get creator
|
int |
getEditedBefore()
Get editedBefore
|
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
|
String |
getStagingPackageName()
Get staging package name to check the folder staging status upon
|
WastebinSearch |
getWastebin()
exclude (default) to exclude deleted objects, include to include deleted objects, only to return only deleted objects
|
boolean |
isAddPrivileges()
Get addPrivileges
|
boolean |
isPrivilegeMap()
True for adding privilege maps to the folders
|
boolean |
isRecursive()
Get recursive
|
boolean |
isTree()
Get tree
|
void |
setAddPrivileges(boolean addPrivileges)
Set addPrivileges
|
void |
setCreatedBefore(int createdBefore)
Set createdBefore
|
void |
setCreatedSince(int createdSince)
Set createdSince
|
void |
setCreator(String creator)
Set creator
|
void |
setEditedBefore(int editedBefore)
Set editedBefore
|
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 |
setPrivilegeMap(boolean privilegeMap)
Set true to add privilege maps
|
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 |
setStagingPackageName(String stagingPackageName)
Set staging package name to check the folder staging status upon
|
void |
setTree(boolean tree)
Set tree
|
void |
setWastebin(WastebinSearch wastebin)
Set the wastebin search option
|
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 getEditedBefore()
public void setEditedBefore(int editedBefore)
editedBefore
- the editedBefore to setpublic int getEditedSince()
public void setEditedSince(int editedSince)
editedSince
- the editedSince to setpublic int getCreatedBefore()
public void setCreatedBefore(int createdBefore)
createdBefore
- the createdBefore 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 void setRecursiveIds(List<String> recursiveIds)
recursiveIds
- the recursiveIds to setpublic boolean isAddPrivileges()
public void setAddPrivileges(boolean addPrivileges)
addPrivileges
- the addPrivileges to setpublic boolean isPrivilegeMap()
public void setPrivilegeMap(boolean privilegeMap)
privilegeMap
- public WastebinSearch getWastebin()
public void setWastebin(WastebinSearch wastebin)
wastebin
- wastebin search optionpublic String getStagingPackageName()
public void setStagingPackageName(String stagingPackageName)
stagingPackageName
- Copyright © 2024 Gentics Software. All rights reserved.