Class CallerIdData

java.lang.Object
com.ringcentral.definitions.CallerIdData

public class CallerIdData extends Object
  • Field Details

    • type

      public String type
      If 'PhoneNumber' value is specified, then a certain phone number is shown as a caller ID when using this telephony feature. If 'Blocked' value is specified, then a caller ID is hidden. The value 'CurrentLocation' can be specified for 'RingOut' feature only Default: PhoneNumber Enum: PhoneNumber, Blocked, CurrentLocation
    • phoneInfo

      public CallerIdPhoneInfo phoneInfo
  • Constructor Details

    • CallerIdData

      public CallerIdData()
  • Method Details