Uses of Class
com.gentics.contentnode.rest.model.request.WastebinSearch
-
Packages that use WastebinSearch Package Description com.gentics.contentnode.rest.model.request com.gentics.contentnode.rest.resource.parameter -
-
Uses of WastebinSearch in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return WastebinSearch Modifier and Type Method Description WastebinSearch
FolderListRequest. getWastebin()
exclude (default) to exclude deleted objects, include to include deleted objects, only to return only deleted objectsstatic WastebinSearch
WastebinSearch. valueOf(String name)
Returns the enum constant of this type with the specified name.static WastebinSearch[]
WastebinSearch. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gentics.contentnode.rest.model.request with parameters of type WastebinSearch Modifier and Type Method Description void
FolderListRequest. setWastebin(WastebinSearch wastebin)
Set the wastebin search option -
Uses of WastebinSearch in com.gentics.contentnode.rest.resource.parameter
Fields in com.gentics.contentnode.rest.resource.parameter declared as WastebinSearch Modifier and Type Field Description WastebinSearch
SearchParameterBean. wastebinSearch
exclude (default) to exclude deleted objects, include to include deleted objects, only to return only deleted objectsWastebinSearch
WastebinParameterBean. wastebinSearch
"exclude" (default) to exclude deleted items, "include" to include deleted items, "only" to return only deleted itemsMethods in com.gentics.contentnode.rest.resource.parameter with parameters of type WastebinSearch Modifier and Type Method Description WastebinParameterBean
WastebinParameterBean. setWastebinSearch(WastebinSearch wastebinSearch)
-