Package net.webpdf.wsclient.openapi
Class OperationSanitizeLayers
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationSanitizeLayers
-
public class OperationSanitizeLayers extends Object
If this function is enabled, all layers will be removed from the document.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ENABLED
-
Constructor Summary
Constructors Constructor Description OperationSanitizeLayers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationSanitizeLayersenabled(Boolean enabled)booleanequals(Object o)@Nullable BooleangetEnabled()If set to \"false\", this sanitize operation shall not be applied.inthashCode()voidsetEnabled(Boolean enabled)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ENABLED
- See Also:
- Constant Field Values
-
-
Method Detail
-
enabled
public OperationSanitizeLayers enabled(Boolean enabled)
-
getEnabled
@Nullable public @Nullable Boolean getEnabled()
If set to \"false\", this sanitize operation shall not be applied.- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
-