PollRequest | @here/olp-sdk-ts
Class PollRequest
Hierarchy
- PollRequest
Index
Constructors
Methods
Constructors
constructor
Returns PollRequest
Methods
get Mode
Gets the subscription mode for the request.
Returns undefined | "serial" | "parallel"
The subscription mode.
get Subscription Id
Gets the subscription id for the request.
Returns undefined | string
The subscription id.
with Mode
A setter for the provided subscription mode.
Parameters
mode: "serial" | "parallel"
The subscription mode.
Returns PollRequest
The PollRequest instance that you can use to chain methods.
with Subscription Id
A setter for the provided subscription id.
Parameters
id: string
The subscription id.
Returns PollRequest
The PollRequest instance that you can use to chain methods.
Generated using TypeDoc
Prepares information for calls to the platform Stream Service.