SummaryRequest | @here/olp-sdk-ts
Class SummaryRequest
Hierarchy
- SummaryRequest
Index
Constructors
constructor
Returns SummaryRequest
Methods
get Billing Tag
Gets a billing tag to group billing records together.
Returns undefined | string
The
BillingTagstring.
get Catalog Hrn
get Layer Id
Gets a layer ID for the request.
Returns undefined | string
The layer ID string.
with Billing Tag
An optional free-form tag that is used for grouping billing records together.
If supplied, it must be 4–16 characters long and contain only alphanumeric ASCII characters [A-Za-z0-9].
Parameters
tag: string
The
BillingTagstring.
Returns SummaryRequest
The updated SummaryRequest instance that you can use to chain methods.
with Catalog Hrn
A setter for the provided catalog HERE Resource Name (HRN).
Parameters
hrn: HRN
The catalog HRN.
Returns SummaryRequest
The SummaryRequest instance that you can use to chain methods.
with Layer Id
A setter for the provided
layerIdstring.Parameters
layerId: string
The ID of the layer.
Returns SummaryRequest
The SummaryRequest instance that you can use to chain methods.
Generated using TypeDoc
Prepares information for calls to get a summary from the platform Statistics Service.