Class EditTemplatesClient


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

      • EditTemplatesClient

        public EditTemplatesClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public RawEditTemplatesClient withRawResponse()
        Get responses with HTTP metadata like headers
      • retrieve

        public 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 /edit_schemas/generate.

      • retrieve

        public 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 /edit_schemas/generate.

      • retrieve

        public 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 /edit_schemas/generate.

      • retrieve

        public 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 /edit_schemas/generate.