Package net.webpdf.wsclient.openapi
Class OperationSettings
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationSettings
-
public class OperationSettings extends Object
Used to configure global settings that should be respected when running the web service operation. This concerns e.g. settings whether the execution of the operation is allowed within the scope of the PDF document settings or how the result of the operation should be handled.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_COMPRESSstatic StringJSON_PROPERTY_PDFAstatic StringJSON_PROPERTY_SIGNATURE
-
Constructor Summary
Constructors Constructor Description OperationSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationSettingscompress(OperationCompressSettings compress)booleanequals(Object o)@Nullable OperationCompressSettingsgetCompress()Get compress@Nullable OperationPdfaSettingsgetPdfa()Get pdfa@Nullable OperationSignatureSettingsgetSignature()Get signatureinthashCode()OperationSettingspdfa(OperationPdfaSettings pdfa)voidsetCompress(OperationCompressSettings compress)voidsetPdfa(OperationPdfaSettings pdfa)voidsetSignature(OperationSignatureSettings signature)OperationSettingssignature(OperationSignatureSettings signature)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_COMPRESS
public static final String JSON_PROPERTY_COMPRESS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PDFA
public static final String JSON_PROPERTY_PDFA
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SIGNATURE
public static final String JSON_PROPERTY_SIGNATURE
- See Also:
- Constant Field Values
-
-
Method Detail
-
compress
public OperationSettings compress(OperationCompressSettings compress)
-
getCompress
@Nullable public @Nullable OperationCompressSettings getCompress()
Get compress- Returns:
- compress
-
setCompress
public void setCompress(OperationCompressSettings compress)
-
pdfa
public OperationSettings pdfa(OperationPdfaSettings pdfa)
-
getPdfa
@Nullable public @Nullable OperationPdfaSettings getPdfa()
Get pdfa- Returns:
- pdfa
-
setPdfa
public void setPdfa(OperationPdfaSettings pdfa)
-
signature
public OperationSettings signature(OperationSignatureSettings signature)
-
getSignature
@Nullable public @Nullable OperationSignatureSettings getSignature()
Get signature- Returns:
- signature
-
setSignature
public void setSignature(OperationSignatureSettings signature)
-
-