Class ExportSelectionResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.ExportSelectionResponse
All Implemented Interfaces:
Serializable

public class ExportSelectionResponse extends GenericResponse
Response containing the list of subselected folders
See Also:
  • Field Details

    • folders

      protected List<Integer> folders
      List of subselected folders
    • inheritedFolders

      protected Map<Integer,List<Integer>> inheritedFolders
      Map of subselected inherited folders
  • Constructor Details

    • ExportSelectionResponse

      public ExportSelectionResponse()
      Empty constructor
    • ExportSelectionResponse

      public ExportSelectionResponse(Message message, ResponseInfo responseInfo)
      Create a response with given message and response info
      Parameters:
      message - message
      responseInfo - response info
  • Method Details

    • getFolders

      public List<Integer> getFolders()
      Get the subselected folders
      Returns:
      the folders
    • setFolders

      public void setFolders(List<Integer> folders)
      Set the subselected folders
      Parameters:
      folders - the folders to set
    • getInheritedFolders

      public Map<Integer,List<Integer>> getInheritedFolders()
      Get the subselected inherited folders
      Returns:
      the inheritedFolders
    • setInheritedFolders

      public void setInheritedFolders(Map<Integer,List<Integer>> inheritedFolders)
      Set the subselected inherited folders
      Parameters:
      inheritedFolders - the inheritedFolders to set