Class PhoneNumberInfoConferencing

java.lang.Object
com.ringcentral.definitions.PhoneNumberInfoConferencing

public class PhoneNumberInfoConferencing extends Object
  • Field Details

    • country

      public CountryInfoShortModel country
    • _default

      @SerializedName("default") public Boolean _default
      The value should be `true` if the number is default for the conference. Default conference number is a domestic number that can be set by user (otherwise it is set by the system). Only one default number per country is allowed
    • hasGreeting

      public Boolean hasGreeting
      The value should be `true` if any greeting message is played on this number
    • location

      public String location
      Location (city, region, state) of a conference phone number
    • phoneNumber

      public String phoneNumber
      Dial-in phone number to connect to a conference
    • premium

      public Boolean premium
      Indicates if the number is 'premium' (account phone number with the `ConferencingNumber` usageType)
  • Constructor Details

    • PhoneNumberInfoConferencing

      public PhoneNumberInfoConferencing()
  • Method Details