Class PageIdSetRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.IdSetRequest
com.gentics.contentnode.rest.model.request.PageIdSetRequest
Request containing a list of page IDs and a flag for whether all language
variants of the specified pages shall be affected
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCreate empty instanceCreate an instance with a single ID -
Method Summary
Modifier and TypeMethodDescriptionboolean
True if all language variants of the given pages shall be affected, false if notvoid
setAlllangs
(boolean alllangs) Set true to handle all language variantsMethods inherited from class com.gentics.contentnode.rest.model.request.IdSetRequest
getIds, setIds
-
Field Details
-
alllangs
protected boolean alllangsFlag for all language variants
-
-
Constructor Details
-
PageIdSetRequest
public PageIdSetRequest()Create empty instance -
PageIdSetRequest
Create an instance with a single ID- Parameters:
id
- ID
-
-
Method Details
-
isAlllangs
public boolean isAlllangs()True if all language variants of the given pages shall be affected, false if not- Returns:
- true for all language variants
-
setAlllangs
public void setAlllangs(boolean alllangs) Set true to handle all language variants- Parameters:
alllangs
- true for all language variants
-