Package net.webpdf.wsclient.openapi
Class OperationToolboxDeleteDelete
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationToolboxDeleteDelete
-
public class OperationToolboxDeleteDelete extends Object
The delete operation element can be used to delete pages from the document.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PAGES
-
Constructor Summary
Constructors Constructor Description OperationToolboxDeleteDelete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull StringgetPages()Defines the pages that should be deleted from the PDF document.inthashCode()OperationToolboxDeleteDeletepages(String pages)voidsetPages(String pages)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PAGES
public static final String JSON_PROPERTY_PAGES
- See Also:
- Constant Field Values
-
-
Method Detail
-
pages
public OperationToolboxDeleteDelete pages(String pages)
-
getPages
@NotNull public @NotNull String getPages()
Defines the pages that should be deleted from the PDF document. This can be either an individual page or a page range (e.g., \"1,5-6,9\").- Returns:
- pages
-
setPages
public void setPages(String pages)
-
-