Package com.azure.core.util
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
-
Method Details
-
getValue
T getValue()Returns the value represented by this expandable enum instance.- Returns:
- The value represented by this expandable enum instance.
-