Class OperatorNumberType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<OperatorNumberType>
com.azure.communication.phonenumbers.models.OperatorNumberType

public final class OperatorNumberType extends com.azure.core.util.ExpandableStringEnum<OperatorNumberType>
Defines values for OperatorNumberType.
  • Field Details

    • UNKNOWN

      public static final OperatorNumberType UNKNOWN
      Static value unknown for OperatorNumberType.
    • OTHER

      public static final OperatorNumberType OTHER
      Static value other for OperatorNumberType.
    • GEOGRAPHIC

      public static final OperatorNumberType GEOGRAPHIC
      Static value geographic for OperatorNumberType.
    • MOBILE

      public static final OperatorNumberType MOBILE
      Static value mobile for OperatorNumberType.
  • Constructor Details

    • OperatorNumberType

      public OperatorNumberType()
  • Method Details

    • fromString

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

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