Uses of Class
net.webpdf.wsclient.openapi.OperationConvertPdfa.SuccessReportEnum
-
Packages that use OperationConvertPdfa.SuccessReportEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationConvertPdfa.SuccessReportEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationConvertPdfa.SuccessReportEnum Modifier and Type Method Description static OperationConvertPdfa.SuccessReportEnumOperationConvertPdfa.SuccessReportEnum. fromValue(String value)@Nullable OperationConvertPdfa.SuccessReportEnumOperationConvertPdfa. getSuccessReport()This parameter is used to define whether and in which format the XML report for a successful conversion will be returnedstatic OperationConvertPdfa.SuccessReportEnumOperationConvertPdfa.SuccessReportEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationConvertPdfa.SuccessReportEnum[]OperationConvertPdfa.SuccessReportEnum. 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.SuccessReportEnum Modifier and Type Method Description voidOperationConvertPdfa. setSuccessReport(OperationConvertPdfa.SuccessReportEnum successReport)OperationConvertPdfaOperationConvertPdfa. successReport(OperationConvertPdfa.SuccessReportEnum successReport)
-