Class ExtensionInfoIntId

java.lang.Object
com.ringcentral.definitions.ExtensionInfoIntId

public class ExtensionInfoIntId extends Object
This attribute can be omitted for unassigned devices
  • Field Details

    • id

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

      public String uri
      Canonical URI of an extension Format: uri
    • extensionNumber

      public String extensionNumber
      Number of extension
    • partnerId

      public String partnerId
      For Partner Applications Internal identifier of an extension created by partner. 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

    • ExtensionInfoIntId

      public ExtensionInfoIntId()
  • Method Details