Package net.webpdf.wsclient.openapi
Class OperationSanitizeTags
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationSanitizeTags
-
public class OperationSanitizeTags extends Object
If this function is enabled, all tags will be removed from the document.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ENABLED
-
Constructor Summary
Constructors Constructor Description OperationSanitizeTags()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationSanitizeTagsenabled(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 OperationSanitizeTags 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)
-
-