Class RawEditTemplatesClient


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

      • RawEditTemplatesClient

        public RawEditTemplatesClient​(ClientOptions clientOptions)
    • Method Detail

      • retrieve

        public ExtendClientBaseHttpResponse<EditTemplate> retrieve​(java.lang.String id)
        Retrieve a saved edit template by ID.

        Use this endpoint to inspect the source file, default edit configuration, and optional schema generation configuration saved on an edit template. You can reuse the returned config with POST /edit or POST /edit_runs, and reuse schemaConfig with POST /detect_form or POST /form_detection_runs.

      • retrieve

        public ExtendClientBaseHttpResponse<EditTemplate> retrieve​(java.lang.String id,
                                                                   RequestOptions requestOptions)
        Retrieve a saved edit template by ID.

        Use this endpoint to inspect the source file, default edit configuration, and optional schema generation configuration saved on an edit template. You can reuse the returned config with POST /edit or POST /edit_runs, and reuse schemaConfig with POST /detect_form or POST /form_detection_runs.

      • retrieve

        public ExtendClientBaseHttpResponse<EditTemplate> retrieve​(java.lang.String id,
                                                                   EditTemplatesRetrieveRequest request)
        Retrieve a saved edit template by ID.

        Use this endpoint to inspect the source file, default edit configuration, and optional schema generation configuration saved on an edit template. You can reuse the returned config with POST /edit or POST /edit_runs, and reuse schemaConfig with POST /detect_form or POST /form_detection_runs.

      • retrieve

        public ExtendClientBaseHttpResponse<EditTemplate> retrieve​(java.lang.String id,
                                                                   EditTemplatesRetrieveRequest request,
                                                                   RequestOptions requestOptions)
        Retrieve a saved edit template by ID.

        Use this endpoint to inspect the source file, default edit configuration, and optional schema generation configuration saved on an edit template. You can reuse the returned config with POST /edit or POST /edit_runs, and reuse schemaConfig with POST /detect_form or POST /form_detection_runs.