Uses of Class
net.webpdf.wsclient.openapi.OperationPdfa
-
Packages that use OperationPdfa Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.webservice.rest -
-
Uses of OperationPdfa in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationPdfa Modifier and Type Method Description OperationPdfaOperationPdfa. analyze(OperationAnalyzePdfa analyze)OperationPdfaOperationPdfa. convert(OperationConvertPdfa convert)@Nullable OperationPdfaOperationConverter. getPdfa()Get pdfa@Nullable OperationPdfaOperationOcr. getPdfa()Get pdfa@NotNull OperationPdfaOperationPdfaOperation. getPdfa()Get pdfa@Nullable OperationPdfaRestOperationData. getPdfa()Returns theOperationPdfaset for thisRestOperationData.Methods in net.webpdf.wsclient.openapi with parameters of type OperationPdfa Modifier and Type Method Description OperationConverterOperationConverter. pdfa(OperationPdfa pdfa)OperationOcrOperationOcr. pdfa(OperationPdfa pdfa)OperationPdfaOperationOperationPdfaOperation. pdfa(OperationPdfa pdfa)voidOperationConverter. setPdfa(OperationPdfa pdfa)voidOperationOcr. setPdfa(OperationPdfa pdfa)voidOperationPdfaOperation. setPdfa(OperationPdfa pdfa)voidRestOperationData. setPdfa(@Nullable OperationPdfa value)Sets theOperationPdfafor thisRestOperationData. -
Uses of OperationPdfa in net.webpdf.wsclient.webservice.rest
Methods in net.webpdf.wsclient.webservice.rest that return OperationPdfa Modifier and Type Method Description @NotNull OperationPdfaPdfaRestWebService. getOperationParameters()Returns thePdfaRestWebServicespecificOperationPdfa, which allows setting parameters for the webservice execution.Methods in net.webpdf.wsclient.webservice.rest with parameters of type OperationPdfa Modifier and Type Method Description voidPdfaRestWebService. setOperationParameters(@Nullable OperationPdfa operation)Sets thePdfaRestWebServicespecificOperationPdfaelement, which allows setting parameters for the webservice execution.
-