Package io.openapiprocessor.api.v2
Interface Version
-
public interface Versiondetails of a version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()the version of this openapi-processor.java.time.InstantgetPublishedAt()the published date of this version.java.lang.StringgetText()the version information.
-
-
-
Method Detail
-
getName
java.lang.String getName()
the version of this openapi-processor. E.g. 2023.1- Returns:
- the version of this processor
-
getPublishedAt
java.time.Instant getPublishedAt()
the published date of this version.- Returns:
- publish date
-
getText
java.lang.String getText()
the version information.- Returns:
- version information.
-
-