Package net.webpdf.wsclient.openapi
Class OperationSanitizeActions
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationSanitizeActions
-
public class OperationSanitizeActions extends Object
If this element is set, all actions shall be removed from the document - including specifically links and javascript triggers, elements and definitions. This will severely impair the functionality of interactive features such as: Annotations, forms, outlines, etc.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ENABLED
-
Constructor Summary
Constructors Constructor Description OperationSanitizeActions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationSanitizeActionsenabled(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 OperationSanitizeActions 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)
-
-