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 Details

    • MultiPageLoadRequest

      public MultiPageLoadRequest()
  • Method Details

    • 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 to true 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 to true 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 to true 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 to true 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 to true 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 to true 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 to true 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 to true if disinheriting information should be included in the response.