Class CPFApi
- java.lang.Object
-
- com.adobe.pdfservices.operation.internal.api.CPFApi
-
public class CPFApi extends Object
-
-
Constructor Summary
Constructors Constructor Description CPFApi()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> HttpResponse<T>cpfCreateOpsApi(com.adobe.pdfservices.operation.internal.InternalExecutionContext context, CPFContentAnalyzerRequests CPFContentAnalyzerRequests, List<com.adobe.pdfservices.operation.internal.FileRefImpl> sourceFileRefList, Class<T> responseType, String operation)static <T> HttpResponse<T>cpfStatusApi(com.adobe.pdfservices.operation.internal.InternalExecutionContext context, String location, Class<T> responseType)
-
-
-
Method Detail
-
cpfCreateOpsApi
public static <T> HttpResponse<T> cpfCreateOpsApi(com.adobe.pdfservices.operation.internal.InternalExecutionContext context, CPFContentAnalyzerRequests CPFContentAnalyzerRequests, List<com.adobe.pdfservices.operation.internal.FileRefImpl> sourceFileRefList, Class<T> responseType, String operation) throws FileNotFoundException
- Throws:
FileNotFoundException
-
cpfStatusApi
public static <T> HttpResponse<T> cpfStatusApi(com.adobe.pdfservices.operation.internal.InternalExecutionContext context, String location, Class<T> responseType)
-
-