Enum EventGridServiceVersion

  • All Implemented Interfaces:
    com.azure.core.util.ServiceVersion, Serializable, Comparable<EventGridServiceVersion>

    public enum EventGridServiceVersion
    extends Enum<EventGridServiceVersion>
    implements com.azure.core.util.ServiceVersion
    An enum defining the available service versions for the Event Grid service. Note currently only one service version, 2018_01_01 is supported.
    • Method Detail

      • values

        public static EventGridServiceVersion[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (EventGridServiceVersion c : EventGridServiceVersion.values())
            System.out.println(c);
        
        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 com.azure.core.util.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.