Package net.webpdf.wsclient.openapi
Class OperationSanitizeForms
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationSanitizeForms
-
public class OperationSanitizeForms extends Object
If this function is enabled, all the forms in the document will be flattened. (the appearance and the values entered will remain visible in the document, but will no longer be editable).
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ENABLED
-
Constructor Summary
Constructors Constructor Description OperationSanitizeForms()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationSanitizeFormsenabled(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 OperationSanitizeForms 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)
-
-