Package net.webpdf.wsclient.openapi
Class OperationRemoveBackground
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationRemoveBackground
-
public class OperationRemoveBackground extends Object
Removes a background layer from a document. As of this writing, this operation does not have any additional parameters. The \"backgroundSelection\" element, which must be included without fail, is meant simply as a placeholder for potential future detailed parameters.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BACKGROUND_SELECTION
-
Constructor Summary
Constructors Constructor Description OperationRemoveBackground()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationRemoveBackgroundbackgroundSelection(Object backgroundSelection)booleanequals(Object o)@Nullable ObjectgetBackgroundSelection()Defines which backgrounds shall be removed.inthashCode()voidsetBackgroundSelection(Object backgroundSelection)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_BACKGROUND_SELECTION
public static final String JSON_PROPERTY_BACKGROUND_SELECTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
backgroundSelection
public OperationRemoveBackground backgroundSelection(Object backgroundSelection)
-
getBackgroundSelection
@Nullable public @Nullable Object getBackgroundSelection()
Defines which backgrounds shall be removed. (Currently all backgrounds shall be selected for removal, if this element is present.)- Returns:
- backgroundSelection
-
setBackgroundSelection
public void setBackgroundSelection(Object backgroundSelection)
-
-