Class CompanyPhoneNumberInfo

java.lang.Object
com.ringcentral.definitions.CompanyPhoneNumberInfo

public class CompanyPhoneNumberInfo extends Object
  • Field Details

    • uri

      public String uri
      Link to a company phone number resource Format: uri
    • id

      public Long id
      Internal identifier of a phone number Format: int64
    • extension

      public ExtensionInfo extension
    • label

      public String label
      Custom user-defined name of a phone number, if any
    • location

      public String location
      Location (City, State). Filled for local US numbers
    • paymentType

      public String paymentType
      Payment type. 'External' is returned for forwarded numbers which are not terminated in the RingCentral phone system Enum: External, TollFree, Local, BusinessMobileNumberProvider, ExternalNumberProvider, ExternalNumberProviderTollFree, Mobile
    • phoneNumber

      public String phoneNumber
      Phone number
    • status

      public String status
      Status of a phone number. If the value is `Normal`, the phone number is ready to be used. Otherwise, it is an external number not yet ported to RingCentral Enum: Normal, Pending, PortedIn, Temporary, Unknown
    • type

      public String type
      Type of a phone number Enum: VoiceFax, VoiceOnly, FaxOnly
    • usageType

      public String usageType
      Usage type of a phone number. Numbers of 'NumberPool' and 'NumberStorage' type are not returned in phone number list requests Enum: MainCompanyNumber, AdditionalCompanyNumber, CompanyNumber, DirectNumber, CompanyFaxNumber, FmcBusinessMobileNumber, InventoryFmcBusinessMobileNumber, ForwardedNumber, ForwardedCompanyNumber, ContactCenterNumber, ConferencingNumber, MeetingsNumber, NumberPool, BusinessMobileNumber, ELIN, PartnerBusinessMobileNumber, NumberPoolPartnerBusinessMobileNumber, NumberStorage, IntegrationNumber, InventoryMobileNumber
    • temporaryNumber

      public TemporaryNumberInfo temporaryNumber
    • contactCenterProvider

      public ContactCenterProvider contactCenterProvider
    • vanityPattern

      public String vanityPattern
      Vanity pattern for this number. Returned only when vanity search option is requested. Vanity pattern corresponds to request parameters `nxx` plus `line` or `numberPattern`
    • primary

      public Boolean primary
      Specifies if a phone number is primary, i.e. displayed as 'main number' and called by default
    • activationStatus

      public String activationStatus
      Phone number activation status. Determine whether phone number migration is completed on the partner side. Enum: Active, Inactive
    • callerIdName

      public String callerIdName
      Caller ID Name
  • Constructor Details

    • CompanyPhoneNumberInfo

      public CompanyPhoneNumberInfo()
  • Method Details