UnsubscribeRequest | @here/olp-sdk-ts
Class UnsubscribeRequest
Hierarchy
- UnsubscribeRequest
Index
Constructors
Methods
Constructors
constructor
Returns UnsubscribeRequest
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 UnsubscribeRequest
The UnsubscribeRequest 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 UnsubscribeRequest
The UnsubscribeRequest instance that you can use to chain methods.
Generated using TypeDoc
Prepares information for calls to the platform Stream Service.