Class PhoneNumberCapabilities

java.lang.Object
com.azure.communication.phonenumbers.models.PhoneNumberCapabilities

public final class PhoneNumberCapabilities extends Object
The PhoneNumberCapabilities model.
  • Constructor Details

    • PhoneNumberCapabilities

      public PhoneNumberCapabilities()
  • Method Details

    • getCalling

      public PhoneNumberCapabilityType getCalling()
      Get the calling property: Capability value for calling.
      Returns:
      the calling value.
    • setCalling

      Set the calling property: Capability value for calling.
      Parameters:
      calling - the calling value to set.
      Returns:
      the PhoneNumberCapabilities object itself.
    • getSms

      public PhoneNumberCapabilityType getSms()
      Get the sms property: Capability value for SMS.
      Returns:
      the sms value.
    • setSms

      Set the sms property: Capability value for SMS.
      Parameters:
      sms - the sms value to set.
      Returns:
      the PhoneNumberCapabilities object itself.