Class PhoneNumberOffering

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

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

    • PhoneNumberOffering

      public PhoneNumberOffering()
  • Method Details

    • getPhoneNumberType

      public PhoneNumberType getPhoneNumberType()
      Get the phoneNumberType property: Represents the number type of the offering.
      Returns:
      the phoneNumberType value.
    • getAssignmentType

      public PhoneNumberAssignmentType getAssignmentType()
      Get the assignmentType property: Represents the assignment type of the offering.
      Returns:
      the assignmentType value.
    • getAvailableCapabilities

      public PhoneNumberCapabilities getAvailableCapabilities()
      Get the availableCapabilities property: Capabilities of a phone number.
      Returns:
      the availableCapabilities value.
    • getCost

      public PhoneNumberCost getCost()
      Get the cost property: The incurred cost for a single phone number.
      Returns:
      the cost value.