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 Summary
FieldsModifier and TypeFieldDescriptionstatic final OperatorNumberTypeStatic value geographic for OperatorNumberType.static final OperatorNumberTypeStatic value mobile for OperatorNumberType.static final OperatorNumberTypeStatic value other for OperatorNumberType.static final OperatorNumberTypeStatic value unknown for OperatorNumberType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OperatorNumberTypefromString(String name) Creates or finds a OperatorNumberType from its string representation.static Collection<OperatorNumberType>values()Gets known OperatorNumberType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value unknown for OperatorNumberType. -
OTHER
Static value other for OperatorNumberType. -
GEOGRAPHIC
Static value geographic for OperatorNumberType. -
MOBILE
Static value mobile for OperatorNumberType.
-
-
Constructor Details
-
OperatorNumberType
public OperatorNumberType()
-
-
Method Details
-
fromString
Creates or finds a OperatorNumberType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OperatorNumberType.
-
values
Gets known OperatorNumberType values.- Returns:
- known OperatorNumberType values.
-