Package net.webpdf.wsclient.openapi
Class OperationAnalyzePdfa
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationAnalyzePdfa
-
public class OperationAnalyzePdfa extends Object
Used to define the parameters for the PDF/A conversion.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOperationAnalyzePdfa.LevelEnumSpecifies the compliance level when creating or validating PDF/A documents (as specified in ISO 19005).
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LEVEL
-
Constructor Summary
Constructors Constructor Description OperationAnalyzePdfa()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable OperationAnalyzePdfa.LevelEnumgetLevel()Specifies the compliance level when creating or validating PDF/A documents (as specified in ISO 19005).inthashCode()OperationAnalyzePdfalevel(OperationAnalyzePdfa.LevelEnum level)voidsetLevel(OperationAnalyzePdfa.LevelEnum level)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_LEVEL
public static final String JSON_PROPERTY_LEVEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
level
public OperationAnalyzePdfa level(OperationAnalyzePdfa.LevelEnum level)
-
getLevel
@Nullable public @Nullable OperationAnalyzePdfa.LevelEnum getLevel()
Specifies the compliance level when creating or validating PDF/A documents (as specified in ISO 19005).- Returns:
- level
-
setLevel
public void setLevel(OperationAnalyzePdfa.LevelEnum level)
-
-