Interface VersionDescriptor

    • Method Detail

      • id

        java.lang.String id()
        A unique identifier for this version.

        Versions may be updated over time, though there will be only one descriptor for each key in the manifest at any given time.

        Returns:
        the version ID
      • time

        java.time.ZonedDateTime time()
      • releaseTime

        java.time.ZonedDateTime releaseTime()
      • complianceLevel

        java.util.OptionalInt complianceLevel()