Class AsyncRawEditRunsClient


  • public class AsyncRawEditRunsClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncRawEditRunsClient

        public AsyncRawEditRunsClient​(ClientOptions clientOptions)
    • Method Detail

      • create

        public java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<EditRun>> create​(EditRunsCreateRequest request)
        Edit and manipulate PDF documents by detecting and filling form fields.

        The Edit Runs endpoint allows you to convert and edit documents and get an edit run ID that can be used to check status and retrieve results with the Get Edit Run endpoint.

        For more details, see the Edit File guide.

      • retrieve

        public java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<EditRun>> retrieve​(java.lang.String id)
        Retrieve the status and results of an edit run.

        Use this endpoint to get results for an edit run that has already completed, or to check on the status of an edit run initiated via the Create Edit Run endpoint.

      • retrieve

        public java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<EditRun>> retrieve​(java.lang.String id,
                                                                                                  RequestOptions requestOptions)
        Retrieve the status and results of an edit run.

        Use this endpoint to get results for an edit run that has already completed, or to check on the status of an edit run initiated via the Create Edit Run endpoint.

      • delete

        public java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<EditRunsDeleteResponse>> delete​(java.lang.String id)
        Delete an edit run and all associated data from Extend. This operation is permanent and cannot be undone.

        This endpoint can be used if you'd like to manage data retention on your own rather than relying on automated data retention policies, or to make one-off deletions for your downstream customers.

      • delete

        public java.util.concurrent.CompletableFuture<ExtendClientHttpResponse<EditRunsDeleteResponse>> delete​(java.lang.String id,
                                                                                                               RequestOptions requestOptions)
        Delete an edit run and all associated data from Extend. This operation is permanent and cannot be undone.

        This endpoint can be used if you'd like to manage data retention on your own rather than relying on automated data retention policies, or to make one-off deletions for your downstream customers.