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
Constructors -
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.voidsetDisinherited(Boolean disinherited) Set whether disinheriting information should be included in the response.voidSet whether information about the folder should be included in the response.voidsetLanguageVariants(Boolean languageVariants) Set whether information about the language variants should be included in the response.voidsetPageVariants(Boolean pageVariants) Set whether information about variants should be included in the response.voidsetTemplate(Boolean template) Set whether information about the template should be included in the response.voidsetTranslationStatus(Boolean translationStatus) Set whether information about the translation status should be included in the response.voidsetVersionInfo(Boolean versionInfo) Set whether version information should be included in the response.voidsetWorkflow(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:
trueif information about the template should be included in the response,falseotherwise.
-
setTemplate
Set whether information about the template should be included in the response.- Parameters:
template- Set totrueif information about the template should be included in the response.
-
isFolder
Indicates whether information about the folder should be included in the response.- Returns:
trueif information about the folder should be included in the response,falseotherwise.
-
setFolder
Set whether information about the folder should be included in the response.- Parameters:
template- Set totrueif information about the folder should be included in the response.
-
isLanguageVariants
Indicates whether information about language variants should be included in the response.- Returns:
trueif information about language variants should be included in the response,falseotherwise.
-
setLanguageVariants
Set whether information about the language variants should be included in the response.- Parameters:
template- Set totrueif information about language variants template should be included in the response.
-
isPageVariants
Indicates whether information about variants should be included in the response.- Returns:
trueif information about variants should be included in the response,falseotherwise.
-
setPageVariants
Set whether information about variants should be included in the response.- Parameters:
template- Set totrueif information about variants should be included in the response.
-
isWorkflow
Indicates whether information about the workflow should be included in the response.- Returns:
trueif information about the workflow should be included in the response,falseotherwise.
-
setWorkflow
Set whether information about the workflow should be included in the response.- Parameters:
template- Set totrueif 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:
trueif information about the translation status should be included in the response,falseotherwise.
-
setTranslationStatus
Set whether information about the translation status should be included in the response.- Parameters:
template- Set totrueif information about the translation status should be included in the response.
-
isVersionInfo
Indicates whether version information should be included in the response.- Returns:
trueif version information should be included in the response,falseotherwise.
-
setVersionInfo
Set whether version information should be included in the response.- Parameters:
template- Set totrueif version information should be included in the response.
-
isDisinherited
Indicates whether disinheriting information should be included in the response.- Returns:
trueif disinheriting information should be included in the response,falseotherwise.
-
setDisinherited
Set whether disinheriting information should be included in the response.- Parameters:
template- Set totrueif disinheriting information should be included in the response.
-