Interface ExpandableEnum<T>

Type Parameters:
T - The type of objects to be listed in the expandable enum.
All Known Implementing Classes:
AzureCloud, CloudEventDataFormat, ExpandableStringEnum, GeoObjectType, HttpHeaderName, LongRunningOperationStatus

public interface ExpandableEnum<T>
Interface for expandable enums.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value represented by this expandable enum instance.
  • Method Details

    • getValue

      T getValue()
      Returns the value represented by this expandable enum instance.
      Returns:
      The value represented by this expandable enum instance.