Class AccountHistoryRecordTarget

java.lang.Object
com.ringcentral.definitions.AccountHistoryRecordTarget

public class AccountHistoryRecordTarget extends Object
Action target object (company/extension)
  • Field Details

    • objectId

      public String objectId
      Extension identifier of the affected entity or "0" for Company level Example: 404611540004
    • objectType

      public String objectType
      Type of the entity. Example: Extension Enum: Extension, Account, Company, Template
    • name

      public String name
      Target extension name Example: Charlie Williams
    • extensionNumber

      public String extensionNumber
      Target extension (short) number of the affected entity (if the objectType is EXTENSION). Example: 103
    • siteId

      public String siteId
      Target extension site identifier (if any) Example: 871836004
  • Constructor Details

    • AccountHistoryRecordTarget

      public AccountHistoryRecordTarget()
  • Method Details