Uses of Class
net.webpdf.wsclient.openapi.OperationPdfaSettings.PdfaEditProfileEnum
-
Packages that use OperationPdfaSettings.PdfaEditProfileEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationPdfaSettings.PdfaEditProfileEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationPdfaSettings.PdfaEditProfileEnum Modifier and Type Method Description static OperationPdfaSettings.PdfaEditProfileEnumOperationPdfaSettings.PdfaEditProfileEnum. fromValue(String value)@Nullable OperationPdfaSettings.PdfaEditProfileEnumOperationPdfaSettings. getPdfaEditProfile()Defines the profile whose rules web services have to check before they can come to execution.static OperationPdfaSettings.PdfaEditProfileEnumOperationPdfaSettings.PdfaEditProfileEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationPdfaSettings.PdfaEditProfileEnum[]OperationPdfaSettings.PdfaEditProfileEnum. 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 OperationPdfaSettings.PdfaEditProfileEnum Modifier and Type Method Description OperationPdfaSettingsOperationPdfaSettings. pdfaEditProfile(OperationPdfaSettings.PdfaEditProfileEnum pdfaEditProfile)voidOperationPdfaSettings. setPdfaEditProfile(OperationPdfaSettings.PdfaEditProfileEnum pdfaEditProfile)
-