Package io.goobi.viewer.api.rest.model
Class SitemapRequestParameters
java.lang.Object
io.goobi.viewer.api.rest.model.tasks.TaskParameter
io.goobi.viewer.api.rest.model.SitemapRequestParameters
POST request parameters for SitemapResource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldoutputPath.voidsetOutputPath(String outputPath) Setter for the fieldoutputPath.Methods inherited from class io.goobi.viewer.api.rest.model.tasks.TaskParameter
getType, setType
-
Constructor Details
-
SitemapRequestParameters
public SitemapRequestParameters()
-
-
Method Details
-
getOutputPath
Getter for the fieldoutputPath.- Returns:
- the directory path in which to write the sitemap file
-
setOutputPath
Setter for the fieldoutputPath.- Parameters:
outputPath- directory path in which to write the sitemap file
-