Class MultiPageLoadRequest
- java.lang.Object
-
- com.gentics.contentnode.rest.model.request.MultiObjectLoadRequest
-
- com.gentics.contentnode.rest.model.request.MultiPageLoadRequest
-
public class MultiPageLoadRequest extends MultiObjectLoadRequest
Request to load multiple pages.
-
-
Constructor Summary
Constructors Constructor Description MultiPageLoadRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
isDisinherited()
Indicates whether disinheriting information should be included in the response.Boolean
isFolder()
Indicates whether information about the folder should be included in the response.Boolean
isLanguageVariants()
Indicates whether information about language variants should be included in the response.Boolean
isPageVariants()
Indicates whether information about variants should be included in the response.Boolean
isTemplate()
Indicates whether information about the template should be included in the response.Boolean
isTranslationStatus()
Indicates whether information about the translation status should be included in the response.Boolean
isVersionInfo()
Indicates whether version information should be included in the response.Boolean
isWorkflow()
Indicates whether information about the workflow should be included in the response.void
setDisinherited(Boolean disinherited)
Set whether disinheriting information should be included in the response.void
setFolder(Boolean folder)
Set whether information about the folder should be included in the response.void
setLanguageVariants(Boolean languageVariants)
Set whether information about the language variants should be included in the response.void
setPageVariants(Boolean pageVariants)
Set whether information about variants should be included in the response.void
setTemplate(Boolean template)
Set whether information about the template should be included in the response.void
setTranslationStatus(Boolean translationStatus)
Set whether information about the translation status should be included in the response.void
setVersionInfo(Boolean versionInfo)
Set whether version information should be included in the response.void
setWorkflow(Boolean workflow)
Set whether information about the workflow should be included in the response.-
Methods inherited from class com.gentics.contentnode.rest.model.request.MultiObjectLoadRequest
getIds, getNodeId, getPackage, isForUpdate, setForUpdate, setIds, setNodeId, setPackage
-
-
-
-
Method Detail
-
isTemplate
public Boolean isTemplate()
Indicates whether information about the template should be included in the response.- Returns:
true
if information about the template should be included in the response,false
otherwise.
-
setTemplate
public void setTemplate(Boolean template)
Set whether information about the template should be included in the response.- Parameters:
template
- Set totrue
if information about the template should be included in the response.
-
isFolder
public Boolean isFolder()
Indicates whether information about the folder should be included in the response.- Returns:
true
if information about the folder should be included in the response,false
otherwise.
-
setFolder
public void setFolder(Boolean folder)
Set whether information about the folder should be included in the response.- Parameters:
template
- Set totrue
if information about the folder should be included in the response.
-
isLanguageVariants
public Boolean isLanguageVariants()
Indicates whether information about language variants should be included in the response.- Returns:
true
if information about language variants should be included in the response,false
otherwise.
-
setLanguageVariants
public void setLanguageVariants(Boolean languageVariants)
Set whether information about the language variants should be included in the response.- Parameters:
template
- Set totrue
if information about language variants template should be included in the response.
-
isPageVariants
public Boolean isPageVariants()
Indicates whether information about variants should be included in the response.- Returns:
true
if information about variants should be included in the response,false
otherwise.
-
setPageVariants
public void setPageVariants(Boolean pageVariants)
Set whether information about variants should be included in the response.- Parameters:
template
- Set totrue
if information about variants should be included in the response.
-
isWorkflow
public Boolean isWorkflow()
Indicates whether information about the workflow should be included in the response.- Returns:
true
if information about the workflow should be included in the response,false
otherwise.
-
setWorkflow
public void setWorkflow(Boolean workflow)
Set whether information about the workflow should be included in the response.- Parameters:
template
- Set totrue
if information about the workflow should be included in the response.
-
isTranslationStatus
public Boolean isTranslationStatus()
Indicates whether information about the translation status should be included in the response.- Returns:
true
if information about the translation status should be included in the response,false
otherwise.
-
setTranslationStatus
public void setTranslationStatus(Boolean translationStatus)
Set whether information about the translation status should be included in the response.- Parameters:
template
- Set totrue
if information about the translation status should be included in the response.
-
isVersionInfo
public Boolean isVersionInfo()
Indicates whether version information should be included in the response.- Returns:
true
if version information should be included in the response,false
otherwise.
-
setVersionInfo
public void setVersionInfo(Boolean versionInfo)
Set whether version information should be included in the response.- Parameters:
template
- Set totrue
if version information should be included in the response.
-
isDisinherited
public Boolean isDisinherited()
Indicates whether disinheriting information should be included in the response.- Returns:
true
if disinheriting information should be included in the response,false
otherwise.
-
setDisinherited
public void setDisinherited(Boolean disinherited)
Set whether disinheriting information should be included in the response.- Parameters:
template
- Set totrue
if disinheriting information should be included in the response.
-
-