Uses of Class
com.adobe.pdfservices.operation.PDFServicesJobStatus
-
Packages that use PDFServicesJobStatus Package Description com.adobe.pdfservices.operation Contains the classes and sub-packages for various PDF Services Jobs. -
-
Uses of PDFServicesJobStatus in com.adobe.pdfservices.operation
Methods in com.adobe.pdfservices.operation that return PDFServicesJobStatus Modifier and Type Method Description static PDFServicesJobStatus
PDFServicesJobStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static PDFServicesJobStatus[]
PDFServicesJobStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-