Class RawEditRunsClient


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

      • RawEditRunsClient

        public RawEditRunsClient​(ClientOptions clientOptions)
    • Method Detail

      • create

        public 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.

        The request returns immediately with a PROCESSING status. Use webhooks or poll the Get Edit Run endpoint for results.

      • create

        public ExtendClientHttpResponse<EditRun> create​(EditRunsCreateRequest request,
                                                        RequestOptions requestOptions)
        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.

        The request returns immediately with a PROCESSING status. Use webhooks or poll the Get Edit Run endpoint for results.

      • retrieve

        public 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 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 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 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.

      • delete

        public ExtendClientHttpResponse<EditRunsDeleteResponse> delete​(java.lang.String id,
                                                                       EditRunsDeleteRequest request)
        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 ExtendClientHttpResponse<EditRunsDeleteResponse> delete​(java.lang.String id,
                                                                       EditRunsDeleteRequest request,
                                                                       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.