Class ExtensionInfoEventBody

java.lang.Object
com.ringcentral.definitions.ExtensionInfoEventBody

public class ExtensionInfoEventBody extends Object
Notification payload body
  • Field Details

    • extensionId

      public String extensionId
      Internal identifier of an extension
    • eventType

      public String eventType
      Type of extension info change Enum: Update, Delete
    • hints

      public String[] hints
      Returned for 'Update' event type only Enum: AccountSettings, AccountStatus, AnsweringRules, CompanyNumbers, DialingPlan, ExtensionInfo, Features, Limits, Permissions, ProfileImage, VideoConfiguration
    • ownerId

      public String ownerId
      Internal identifier of a subscription owner extension
  • Constructor Details

    • ExtensionInfoEventBody

      public ExtensionInfoEventBody()
  • Method Details