Uses of Enum Class
com.gentics.contentnode.rest.model.request.WastebinSearch
Package
Description
-
Uses of WastebinSearch in com.gentics.contentnode.rest.model.request
Modifier and TypeMethodDescriptionFolderListRequest.getWastebin()
exclude (default) to exclude deleted objects, include to include deleted objects, only to return only deleted objectsstatic WastebinSearch
Returns the enum constant of this class with the specified name.static WastebinSearch[]
WastebinSearch.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
FolderListRequest.setWastebin
(WastebinSearch wastebin) Set the wastebin search option -
Uses of WastebinSearch in com.gentics.contentnode.rest.resource.parameter
Modifier and TypeFieldDescriptionSearchParameterBean.wastebinSearch
exclude (default) to exclude deleted objects, include to include deleted objects, only to return only deleted objectsWastebinParameterBean.wastebinSearch
"exclude" (default) to exclude deleted items, "include" to include deleted items, "only" to return only deleted itemsModifier and TypeMethodDescriptionWastebinParameterBean.setWastebinSearch
(WastebinSearch wastebinSearch)