Class SitemapRequestParameters

java.lang.Object
io.goobi.viewer.api.rest.model.tasks.TaskParameter
io.goobi.viewer.api.rest.model.SitemapRequestParameters

public class SitemapRequestParameters extends TaskParameter
POST request parameters for SitemapResource.
  • Constructor Details

    • SitemapRequestParameters

      public SitemapRequestParameters()
  • Method Details

    • getOutputPath

      public String getOutputPath()

      Getter for the field outputPath.

      Returns:
      the outputPath
    • setOutputPath

      public void setOutputPath(String outputPath)

      Setter for the field outputPath.

      Parameters:
      outputPath - the outputPath to set