Class RawClassifierVersionsClient


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

      • RawClassifierVersionsClient

        public RawClassifierVersionsClient​(ClientOptions clientOptions)
    • Method Detail

      • list

        public ExtendClientHttpResponse<ClassifierVersionsListResponse> list​(java.lang.String classifierId)
        This endpoint allows you to fetch all versions of a given classifier, 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 classifier, which can be published to create a new version. It might not have any changes from the last published version.

      • list

        public ExtendClientHttpResponse<ClassifierVersionsListResponse> list​(java.lang.String classifierId,
                                                                             RequestOptions requestOptions)
        This endpoint allows you to fetch all versions of a given classifier, 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 classifier, which can be published to create a new version. It might not have any changes from the last published version.

      • list

        public ExtendClientHttpResponse<ClassifierVersionsListResponse> list​(java.lang.String classifierId,
                                                                             ClassifierVersionsListRequest request)
        This endpoint allows you to fetch all versions of a given classifier, 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 classifier, which can be published to create a new version. It might not have any changes from the last published version.

      • list

        public ExtendClientHttpResponse<ClassifierVersionsListResponse> list​(java.lang.String classifierId,
                                                                             ClassifierVersionsListRequest request,
                                                                             RequestOptions requestOptions)
        This endpoint allows you to fetch all versions of a given classifier, 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 classifier, which can be published to create a new version. It might not have any changes from the last published version.

      • create

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

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

      • create

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

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