Package net.webpdf.wsclient.openapi
Class OperationRemoveHeaderFooter
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationRemoveHeaderFooter
-
public class OperationRemoveHeaderFooter extends Object
Removes a header and footer definition from a document. As of this writing, this operation does not have any additional parameters. The \"headerFooterSelection\" 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_HEADER_FOOTER_SELECTION
-
Constructor Summary
Constructors Constructor Description OperationRemoveHeaderFooter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable ObjectgetHeaderFooterSelection()Defines which headers/footers shall be removed.inthashCode()OperationRemoveHeaderFooterheaderFooterSelection(Object headerFooterSelection)voidsetHeaderFooterSelection(Object headerFooterSelection)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_HEADER_FOOTER_SELECTION
public static final String JSON_PROPERTY_HEADER_FOOTER_SELECTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
headerFooterSelection
public OperationRemoveHeaderFooter headerFooterSelection(Object headerFooterSelection)
-
getHeaderFooterSelection
@Nullable public @Nullable Object getHeaderFooterSelection()
Defines which headers/footers shall be removed. (Currently all headers/footers shall be selected for removal, if this element is present.)- Returns:
- headerFooterSelection
-
setHeaderFooterSelection
public void setHeaderFooterSelection(Object headerFooterSelection)
-
-