Package net.webpdf.wsclient.openapi
Class OperationPagesBackgroundBaseSettings
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationPagesBackgroundBaseSettings
-
public class OperationPagesBackgroundBaseSettings extends Object
Selects the pages to which backgrounds shall be applied.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PAGE_INTERVAL
-
Constructor Summary
Constructors Constructor Description OperationPagesBackgroundBaseSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable OperationPageIntervalgetPageInterval()Get pageIntervalinthashCode()OperationPagesBackgroundBaseSettingspageInterval(OperationPageInterval pageInterval)voidsetPageInterval(OperationPageInterval pageInterval)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PAGE_INTERVAL
public static final String JSON_PROPERTY_PAGE_INTERVAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
pageInterval
public OperationPagesBackgroundBaseSettings pageInterval(OperationPageInterval pageInterval)
-
getPageInterval
@Nullable public @Nullable OperationPageInterval getPageInterval()
Get pageInterval- Returns:
- pageInterval
-
setPageInterval
public void setPageInterval(OperationPageInterval pageInterval)
-
-