Class RawExtractorVersionsClient


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

      • RawExtractorVersionsClient

        public RawExtractorVersionsClient​(ClientOptions clientOptions)
    • Method Detail

      • list

        public ExtendClientHttpResponse<ExtractorVersionsListResponse> list​(java.lang.String extractorId)
        This endpoint allows you to fetch all versions of a given extractor, including the current draft version.

        Versions are returned in descending order of creation (newest first) with the draft version first. The draft version is the latest unpublished version of the extractor, which can be published to create a new version. It might not have any changes from the last published version.

      • list

        public ExtendClientHttpResponse<ExtractorVersionsListResponse> list​(java.lang.String extractorId,
                                                                            RequestOptions requestOptions)
        This endpoint allows you to fetch all versions of a given extractor, including the current draft version.

        Versions are returned in descending order of creation (newest first) with the draft version first. The draft version is the latest unpublished version of the extractor, which can be published to create a new version. It might not have any changes from the last published version.

      • list

        public ExtendClientHttpResponse<ExtractorVersionsListResponse> list​(java.lang.String extractorId,
                                                                            ExtractorVersionsListRequest request)
        This endpoint allows you to fetch all versions of a given extractor, including the current draft version.

        Versions are returned in descending order of creation (newest first) with the draft version first. The draft version is the latest unpublished version of the extractor, which can be published to create a new version. It might not have any changes from the last published version.

      • list

        public ExtendClientHttpResponse<ExtractorVersionsListResponse> list​(java.lang.String extractorId,
                                                                            ExtractorVersionsListRequest request,
                                                                            RequestOptions requestOptions)
        This endpoint allows you to fetch all versions of a given extractor, including the current draft version.

        Versions are returned in descending order of creation (newest first) with the draft version first. The draft version is the latest unpublished version of the extractor, which can be published to create a new version. It might not have any changes from the last published version.

      • create

        public ExtendClientHttpResponse<ExtractorVersion> create​(java.lang.String extractorId,
                                                                 ExtractorVersionsCreateRequest request)
        This endpoint allows you to publish a new version of an existing extractor. Publishing a new version creates a snapshot of the extractor's current configuration and makes it available for use in workflows.

        Publishing a new version does not automatically update existing workflows using this extractor. You may need to manually update workflows to use the new version if desired.

      • create

        public ExtendClientHttpResponse<ExtractorVersion> create​(java.lang.String extractorId,
                                                                 ExtractorVersionsCreateRequest request,
                                                                 RequestOptions requestOptions)
        This endpoint allows you to publish a new version of an existing extractor. Publishing a new version creates a snapshot of the extractor's current configuration and makes it available for use in workflows.

        Publishing a new version does not automatically update existing workflows using this extractor. You may need to manually update workflows to use the new version if desired.