Class NotificationRecipientInfo

java.lang.Object
com.ringcentral.definitions.NotificationRecipientInfo

public class NotificationRecipientInfo extends Object
  • Field Details

    • phoneNumber

      public String phoneNumber
      Phone number in E.164 (with '+' sign) format
    • extensionNumber

      public String extensionNumber
      Extension number
    • target

      public Boolean target
      True specifies that message is sent exactly to this recipient. Returned in to field for group MMS. Useful if one extension has several phone numbers'
    • location

      public String location
      Contains party location (city, state) if one can be determined from phoneNumber. This property is filled only when phoneNumber is not empty and server can calculate location information from it (for example, this information is unavailable for US toll-free numbers)
    • name

      public String name
      Symbolic name associated with a caller/callee. If the phone does not belong to the known extension, only the location is returned, the name is not determined then
  • Constructor Details

    • NotificationRecipientInfo

      public NotificationRecipientInfo()
  • Method Details