Enum Class OpenApiVersion

java.lang.Object
java.lang.Enum<OpenApiVersion>
org.iplass.mtp.webapi.definition.openapi.OpenApiVersion
All Implemented Interfaces:
Serializable, Comparable<OpenApiVersion>, Constable

public enum OpenApiVersion extends Enum<OpenApiVersion>
OpenAPI バージョン列挙値
  • Enum Constant Details

  • Method Details

    • values

      public static OpenApiVersion[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OpenApiVersion valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getSeriesVersion

      public String getSeriesVersion()
      シリーズバージョンを取得します。
      Returns:
      シリーズバージョン
    • getDefaultVersion

      public String getDefaultVersion()
      デフォルトバージョンを取得します。

      デフォルトバージョンは、OpenAPI仕様の openapi に設定するデフォルトのバージョンを表します。

      Returns:
      デフォルトバージョン
    • fromSeriesVersion

      public static OpenApiVersion fromSeriesVersion(String seriesVersion)
      シリーズバージョンから OpenApiVersion を取得します。
      Parameters:
      seriesVersion - シリーズバージョン文字列
      Returns:
      対応する OpenApiVersion