Uses of Class
com.azure.communication.phonenumbers.models.OperatorNumberType
Packages that use OperatorNumberType
Package
Description
Package containing classes for PhoneNumberAdminClient.
-
Uses of OperatorNumberType in com.azure.communication.phonenumbers.models
Fields in com.azure.communication.phonenumbers.models declared as OperatorNumberTypeModifier and TypeFieldDescriptionstatic final OperatorNumberTypeOperatorNumberType.GEOGRAPHICStatic value geographic for OperatorNumberType.static final OperatorNumberTypeOperatorNumberType.MOBILEStatic value mobile for OperatorNumberType.static final OperatorNumberTypeOperatorNumberType.OTHERStatic value other for OperatorNumberType.static final OperatorNumberTypeOperatorNumberType.UNKNOWNStatic value unknown for OperatorNumberType.Methods in com.azure.communication.phonenumbers.models that return OperatorNumberTypeModifier and TypeMethodDescriptionstatic OperatorNumberTypeOperatorNumberType.fromString(String name) Creates or finds a OperatorNumberType from its string representation.OperatorInformation.getNumberType()Get the numberType property: Type of service associated with the phone number.Methods in com.azure.communication.phonenumbers.models that return types with arguments of type OperatorNumberTypeModifier and TypeMethodDescriptionstatic Collection<OperatorNumberType>OperatorNumberType.values()Gets known OperatorNumberType values.