Uses of Class
net.webpdf.wsclient.openapi.OperationConvertPdfa.ErrorReportEnum
-
Packages that use OperationConvertPdfa.ErrorReportEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationConvertPdfa.ErrorReportEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationConvertPdfa.ErrorReportEnum Modifier and Type Method Description static OperationConvertPdfa.ErrorReportEnumOperationConvertPdfa.ErrorReportEnum. fromValue(String value)@Nullable OperationConvertPdfa.ErrorReportEnumOperationConvertPdfa. getErrorReport()This parameter is used to define whether and in which format the XML report for a failed conversion will be returnedstatic OperationConvertPdfa.ErrorReportEnumOperationConvertPdfa.ErrorReportEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationConvertPdfa.ErrorReportEnum[]OperationConvertPdfa.ErrorReportEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationConvertPdfa.ErrorReportEnum Modifier and Type Method Description OperationConvertPdfaOperationConvertPdfa. errorReport(OperationConvertPdfa.ErrorReportEnum errorReport)voidOperationConvertPdfa. setErrorReport(OperationConvertPdfa.ErrorReportEnum errorReport)
-