Class MultiPageLoadRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.MultiObjectLoadRequest
com.gentics.contentnode.rest.model.request.MultiPageLoadRequest
Request to load multiple pages.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether disinheriting information should be included in the response.isFolder()
Indicates whether information about the folder should be included in the response.Indicates whether information about language variants should be included in the response.Indicates whether information about variants should be included in the response.Indicates whether information about the template should be included in the response.Indicates whether information about the translation status should be included in the response.Indicates whether version information should be included in the response.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
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
-
Constructor Details
-
MultiPageLoadRequest
public MultiPageLoadRequest()
-
-
Method Details
-
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
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
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
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
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
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
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
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
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
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
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
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
Indicates whether version information should be included in the response.- Returns:
true
if version information should be included in the response,false
otherwise.
-
setVersionInfo
Set whether version information should be included in the response.- Parameters:
template
- Set totrue
if version information should be included in the response.
-
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
Set whether disinheriting information should be included in the response.- Parameters:
template
- Set totrue
if disinheriting information should be included in the response.
-