Uses of Class
com.mindee.v2.parsing.JobWebhook
-
Packages that use JobWebhook Package Description com.mindee.v2.parsing -
-
Uses of JobWebhook in com.mindee.v2.parsing
Methods in com.mindee.v2.parsing that return types with arguments of type JobWebhook Modifier and Type Method Description List<JobWebhook>Job. getWebhooks()Polling URL.Constructor parameters in com.mindee.v2.parsing with type arguments of type JobWebhook Constructor Description Job(LocalDateTime createdAt, LocalDateTime completedAt, String id, String status, ErrorResponse error, String modelId, String fileName, String fileAlias, String pollingUrl, String resultUrl, List<JobWebhook> webhooks)Creates a newJobinstance.
-