Class PageIdSetRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.IdSetRequest
-
- com.gentics.contentnode.rest.model.request.PageIdSetRequest
-
public class PageIdSetRequest extends IdSetRequest
Request containing a list of page IDs and a flag for whether all language variants of the specified pages shall be affected
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
alllangs
Flag for all language variants
-
Constructor Summary
Constructors Constructor Description PageIdSetRequest()
Create empty instancePageIdSetRequest(String id)
Create an instance with a single ID
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAlllangs()
True if all language variants of the given pages shall be affected, false if notvoid
setAlllangs(boolean alllangs)
Set true to handle all language variants-
Methods inherited from class com.gentics.contentnode.rest.model.request.IdSetRequest
getIds, setIds
-
-
-
-
Constructor Detail
-
PageIdSetRequest
public PageIdSetRequest()
Create empty instance
-
PageIdSetRequest
public PageIdSetRequest(String id)
Create an instance with a single ID- Parameters:
id
- ID
-
-
Method Detail
-
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
-
-