Class AccountOperatorInfo

java.lang.Object
com.ringcentral.definitions.AccountOperatorInfo

public class AccountOperatorInfo extends Object
Operator extension information. This extension will receive all calls and messages addressed to an operator.
  • Field Details

    • uri

      public String uri
      Link to an operator extension resource Format: uri
    • id

      public Long id
      Internal identifier of an operator extension Format: int64
    • extensionNumber

      public String extensionNumber
      Number of an operator extension
    • partnerId

      public String partnerId
      Internal identifier of an extension created by partner. Supported for Partner Applications. The RingCentral supports the mapping of accounts and stores the corresponding account ID/extension ID for each partner ID of a client application. In request URIs partner IDs are accepted instead of regular RingCentral native IDs as path parameters using `pid=XXX` clause. Though in response URIs contain the corresponding account IDs and extension IDs. In all request and response bodies these values are reflected via partnerId attributes of account and extension
  • Constructor Details

    • AccountOperatorInfo

      public AccountOperatorInfo()
  • Method Details