Package net.webpdf.wsclient.openapi
Class OperationToolboxRedactRedact
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationToolboxRedactRedact
-
public class OperationToolboxRedactRedact extends Object
You can use the redact operation element to redact the contents of a document and remove metadata.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BLACKENstatic StringJSON_PROPERTY_SANITIZE
-
Constructor Summary
Constructors Constructor Description OperationToolboxRedactRedact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationToolboxRedactRedactblacken(OperationBlacken blacken)booleanequals(Object o)@Nullable OperationBlackengetBlacken()Get blacken@Nullable OperationSanitizegetSanitize()Get sanitizeinthashCode()OperationToolboxRedactRedactsanitize(OperationSanitize sanitize)voidsetBlacken(OperationBlacken blacken)voidsetSanitize(OperationSanitize sanitize)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_BLACKEN
public static final String JSON_PROPERTY_BLACKEN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SANITIZE
public static final String JSON_PROPERTY_SANITIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
blacken
public OperationToolboxRedactRedact blacken(OperationBlacken blacken)
-
getBlacken
@Nullable public @Nullable OperationBlacken getBlacken()
Get blacken- Returns:
- blacken
-
setBlacken
public void setBlacken(OperationBlacken blacken)
-
sanitize
public OperationToolboxRedactRedact sanitize(OperationSanitize sanitize)
-
getSanitize
@Nullable public @Nullable OperationSanitize getSanitize()
Get sanitize- Returns:
- sanitize
-
setSanitize
public void setSanitize(OperationSanitize sanitize)
-
-