Class ClassifierVersionsClient


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

      • ClassifierVersionsClient

        public ClassifierVersionsClient​(ClientOptions clientOptions)
    • Method Detail

      • list

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

      • retrieve

        public ClassifierVersion retrieve​(java.lang.String classifierId,
                                          java.lang.String versionId)
        Retrieve a specific version of a classifier in Extend
      • retrieve

        public ClassifierVersion retrieve​(java.lang.String classifierId,
                                          java.lang.String versionId,
                                          RequestOptions requestOptions)
        Retrieve a specific version of a classifier in Extend