Enum EventGridServiceVersion

java.lang.Object
java.lang.Enum<EventGridServiceVersion>
com.azure.messaging.eventgrid.EventGridServiceVersion
All Implemented Interfaces:
ServiceVersion, Serializable, Comparable<EventGridServiceVersion>, java.lang.constant.Constable

public enum EventGridServiceVersion extends Enum<EventGridServiceVersion> implements ServiceVersion
An enum defining the available service versions for the Event Grid service. Note currently only one service version, 2018_01_01 is supported.
  • Enum Constant Details

  • Method Details

    • values

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

      public static EventGridServiceVersion valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getVersion

      public String getVersion()
      Get the version string for this particular service version instance.
      Specified by:
      getVersion in interface ServiceVersion
      Returns:
      the version string corresponding to this service version.
    • getLatest

      public static EventGridServiceVersion getLatest()
      Gets the latest supported service version.
      Returns:
      the latest supported service version.