Class RawEditRunsClient


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

      • RawEditRunsClient

        public RawEditRunsClient​(ClientOptions clientOptions)
    • Method Detail

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