Class WastebinParameterBean
- java.lang.Object
-
- com.gentics.contentnode.rest.resource.parameter.WastebinParameterBean
-
public class WastebinParameterBean extends Object
Parameter bean for wastebin
-
-
Field Summary
Fields Modifier and Type Field Description WastebinSearch
wastebinSearch
"exclude" (default) to exclude deleted items, "include" to include deleted items, "only" to return only deleted items
-
Constructor Summary
Constructors Constructor Description WastebinParameterBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WastebinParameterBean
clone()
Create a clone of this parameter bean.WastebinParameterBean
setWastebinSearch(WastebinSearch wastebinSearch)
-
-
-
Field Detail
-
wastebinSearch
@QueryParam("wastebin") @DefaultValue("exclude") public WastebinSearch wastebinSearch
"exclude" (default) to exclude deleted items, "include" to include deleted items, "only" to return only deleted items
-
-
Method Detail
-
setWastebinSearch
public WastebinParameterBean setWastebinSearch(WastebinSearch wastebinSearch)
-
clone
public WastebinParameterBean clone()
Create a clone of this parameter bean.
-
-