Package net.webpdf.wsclient.openapi
Class OperationBackgroundToolboxOptions
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationBackgroundToolboxOptions
-
public class OperationBackgroundToolboxOptions extends Object
Adds a background layer to the document or removes it (the \"add\" and \"remove\" elements are mutually exclusive, i.e., you must select one or the other).
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ADDstatic StringJSON_PROPERTY_REMOVE
-
Constructor Summary
Constructors Constructor Description OperationBackgroundToolboxOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationBackgroundToolboxOptionsadd(OperationAddBackground add)booleanequals(Object o)@Nullable OperationAddBackgroundgetAdd()Get add@Nullable OperationRemoveBackgroundgetRemove()Get removeinthashCode()OperationBackgroundToolboxOptionsremove(OperationRemoveBackground remove)voidsetAdd(OperationAddBackground add)voidsetRemove(OperationRemoveBackground remove)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ADD
public static final String JSON_PROPERTY_ADD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REMOVE
public static final String JSON_PROPERTY_REMOVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
add
public OperationBackgroundToolboxOptions add(OperationAddBackground add)
-
getAdd
@Nullable public @Nullable OperationAddBackground getAdd()
Get add- Returns:
- add
-
setAdd
public void setAdd(OperationAddBackground add)
-
remove
public OperationBackgroundToolboxOptions remove(OperationRemoveBackground remove)
-
getRemove
@Nullable public @Nullable OperationRemoveBackground getRemove()
Get remove- Returns:
- remove
-
setRemove
public void setRemove(OperationRemoveBackground remove)
-
-