Uses of Enum Class
com.gentics.contentnode.rest.model.request.WastebinSearch
Packages that use WastebinSearch
Package
Description
-
Uses of WastebinSearch in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return WastebinSearchModifier and TypeMethodDescriptionFolderListRequest.getWastebin()exclude (default) to exclude deleted objects, include to include deleted objects, only to return only deleted objectsstatic WastebinSearchReturns 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.Methods in com.gentics.contentnode.rest.model.request with parameters of type WastebinSearchModifier and TypeMethodDescriptionvoidFolderListRequest.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 WastebinSearchModifier and TypeFieldDescriptionSearchParameterBean.wastebinSearchexclude (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 itemsMethods in com.gentics.contentnode.rest.resource.parameter with parameters of type WastebinSearchModifier and TypeMethodDescriptionWastebinParameterBean.setWastebinSearch(WastebinSearch wastebinSearch)