java.lang.Object
com.azure.core.util.ExpandableStringEnum<E911Type>
com.azure.resourcemanager.voiceservices.models.E911Type

public final class E911Type extends com.azure.core.util.ExpandableStringEnum<E911Type>
The method for terminating emergency calls to the PSTN.
  • Field Details

    • STANDARD

      public static final E911Type STANDARD
      Static value Standard for E911Type.
    • DIRECT_TO_ESRP

      public static final E911Type DIRECT_TO_ESRP
      Static value DirectToEsrp for E911Type.
  • Constructor Details

  • Method Details

    • fromString

      public static E911Type fromString(String name)
      Creates or finds a E911Type from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding E911Type.
    • values

      public static Collection<E911Type> values()
      Gets known E911Type values.
      Returns:
      known E911Type values.