Uses of Class
com.azure.communication.phonenumbers.models.PhoneNumberCapabilityType
Packages that use PhoneNumberCapabilityType
Package
Description
Package containing classes for PhoneNumberAdminClient.
-
Uses of PhoneNumberCapabilityType in com.azure.communication.phonenumbers.models
Fields in com.azure.communication.phonenumbers.models declared as PhoneNumberCapabilityTypeModifier and TypeFieldDescriptionstatic final PhoneNumberCapabilityTypePhoneNumberCapabilityType.INBOUNDStatic value inbound for PhoneNumberCapabilityType.static final PhoneNumberCapabilityTypePhoneNumberCapabilityType.INBOUND_OUTBOUNDStatic value inbound+outbound for PhoneNumberCapabilityType.static final PhoneNumberCapabilityTypePhoneNumberCapabilityType.NONEStatic value none for PhoneNumberCapabilityType.static final PhoneNumberCapabilityTypePhoneNumberCapabilityType.OUTBOUNDStatic value outbound for PhoneNumberCapabilityType.Methods in com.azure.communication.phonenumbers.models that return PhoneNumberCapabilityTypeModifier and TypeMethodDescriptionstatic PhoneNumberCapabilityTypePhoneNumberCapabilityType.fromString(String name) Creates or finds a PhoneNumberCapabilityType from its string representation.PhoneNumberCapabilities.getCalling()Get the calling property: Capability value for calling.PhoneNumberCapabilities.getSms()Get the sms property: Capability value for SMS.Methods in com.azure.communication.phonenumbers.models that return types with arguments of type PhoneNumberCapabilityTypeModifier and TypeMethodDescriptionstatic Collection<PhoneNumberCapabilityType>PhoneNumberCapabilityType.values()Gives a Collection of PhoneNumberCapabilityTypeMethods in com.azure.communication.phonenumbers.models with parameters of type PhoneNumberCapabilityTypeModifier and TypeMethodDescriptionPhoneNumberCapabilities.setCalling(PhoneNumberCapabilityType calling) Set the calling property: Capability value for calling.PhoneNumberCapabilities.setSms(PhoneNumberCapabilityType sms) Set the sms property: Capability value for SMS.