Class BaseCallLogParty

java.lang.Object
com.ringcentral.definitions.BaseCallLogParty

public class BaseCallLogParty extends Object
Base schema for call log parties and history call log parties
  • Field Details

    • phoneNumber

      public String phoneNumber
      Phone number of a party. Usually it is a plain number including country and area code like 18661234567. But sometimes it could be returned from database with some formatting applied, for example (866)123-4567. This property is filled in all cases where parties communicate by means of global phone numbers, for example when calling to direct numbers or sending/receiving SMS
    • extensionNumber

      public String extensionNumber
      Extension short number (usually 3 or 4 digits). This property is filled when parties communicate by means of short internal numbers, for example when calling to other extension or sending/receiving Company Pager message
    • extensionId

      public String extensionId
      Internal identifier of an extension
    • name

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

    • BaseCallLogParty

      public BaseCallLogParty()
  • Method Details