Interface Version


@Classifier(UNION) @UML(identifier="Version", specification=ISO_19143) public interface Version
The version of a resource to select. Exactly one of action, index and time stamp properties shall be provided.
Since:
3.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Indices a version relative to the identified resources.
    default OptionalInt
    Indicates that the Nth version of the resource shall be selected.
    default Instant
    Indicates that the version of the resource closest to the specified date shall be selected.