Class SenderInfo

java.lang.Object
com.ringcentral.definitions.SenderInfo

public class SenderInfo extends Object
Extension Type. For GCM transport type '_from' property should be used || Message sender information
  • Field Details

    • phoneNumber

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

      public String extensionNumber
      Extension number
    • 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

    • SenderInfo

      public SenderInfo()
  • Method Details