Class AsyncClassifierVersionsClient


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

      • AsyncClassifierVersionsClient

        public AsyncClassifierVersionsClient​(ClientOptions clientOptions)
    • Method Detail

      • list

        public java.util.concurrent.CompletableFuture<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 java.util.concurrent.CompletableFuture<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 java.util.concurrent.CompletableFuture<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 java.util.concurrent.CompletableFuture<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 java.util.concurrent.CompletableFuture<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 java.util.concurrent.CompletableFuture<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 java.util.concurrent.CompletableFuture<ClassifierVersion> retrieve​(java.lang.String classifierId,
                                                                                  java.lang.String versionId)
        Retrieve a specific version of a classifier in Extend
      • retrieve

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