Class PhoneNumberCapabilityType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PhoneNumberCapabilityType>
com.azure.communication.phonenumbers.models.PhoneNumberCapabilityType
public final class PhoneNumberCapabilityType
extends com.azure.core.util.ExpandableStringEnum<PhoneNumberCapabilityType>
Defines values for PhoneNumberCapabilityType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PhoneNumberCapabilityTypeStatic value inbound for PhoneNumberCapabilityType.static final PhoneNumberCapabilityTypeStatic value inbound+outbound for PhoneNumberCapabilityType.static final PhoneNumberCapabilityTypeStatic value none for PhoneNumberCapabilityType.static final PhoneNumberCapabilityTypeStatic value outbound for PhoneNumberCapabilityType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PhoneNumberCapabilityTypefromString(String name) Creates or finds a PhoneNumberCapabilityType from its string representation.static Collection<PhoneNumberCapabilityType>values()Gives a Collection of PhoneNumberCapabilityTypeMethods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for PhoneNumberCapabilityType. -
INBOUND
Static value inbound for PhoneNumberCapabilityType. -
OUTBOUND
Static value outbound for PhoneNumberCapabilityType. -
INBOUND_OUTBOUND
Static value inbound+outbound for PhoneNumberCapabilityType.
-
-
Constructor Details
-
PhoneNumberCapabilityType
public PhoneNumberCapabilityType()
-
-
Method Details
-
fromString
Creates or finds a PhoneNumberCapabilityType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PhoneNumberCapabilityType.
-
values
Gives a Collection of PhoneNumberCapabilityType- Returns:
- known PhoneNumberCapabilityType values.
-