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
-
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldoutputPath
.void
setOutputPath
(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 field
outputPath
.- Returns:
- the outputPath
-
setOutputPath
Setter for the field
outputPath
.- Parameters:
outputPath
- the outputPath to set
-