Class ClassifierRef.Builder

    • Method Detail

      • version

        public ClassifierRef._FinalStage version​(@NotNull
                                                 java.lang.String version)

        The classifier version to use: "draft" or a specific semver string (e.g. "0.1"). "latest" is not allowed because classification IDs used for routing are tied to a specific version's config.

        The classifier version to use: "draft" or a specific semver string (e.g. "0.1"). "latest" is not allowed because classification IDs used for routing are tied to a specific version's config.

        Specified by:
        version in interface ClassifierRef.VersionStage
        Returns:
        Reference to this so that method calls can be chained together.