Class MultichannellingParameterBean
- java.lang.Object
-
- com.gentics.contentnode.rest.resource.parameter.MultichannellingParameterBean
-
public class MultichannellingParameterBean extends Object
Parameter bean for multichannelling
-
-
Constructor Summary
Constructors Constructor Description MultichannellingParameterBean()
-
-
-
Field Detail
-
nodeId
@QueryParam("nodeId") public Integer nodeId
Node id of the channel when used in multichannelling
-
inherited
@QueryParam("inherited") public Boolean inherited
True to only return inherited items in the given node, false to only get local/localized items, null to get local and inherited items.
-
-