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