CheckDataExistsRequest | @here/olp-sdk-ts
Class CheckDataExistsRequest
Hierarchy
- CheckDataExistsRequest
Index
Constructors
constructor
Returns CheckDataExistsRequest
Methods
get Billing Tag
Gets the billing tag (if it was set).
Returns undefined | string
The billing tag or
undefinedif it was not set.
get Data Handle
Gets the data handle (if it was set).
Returns undefined | string
The data handle or
undefinedif it was not set.
get Layer Id
Gets the ID of the layer that you want to check.
Returns undefined | string
The layer ID.
with Billing Tag
Sets the billing tag.
Parameters
tag: string
he 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].
Returns CheckDataExistsRequest
A reference to this object.
with Data Handle
Sets the data handle to check if data exist.
Parameters
dataHandle: string
Returns CheckDataExistsRequest
A reference to this object.
with Layer Id
Sets the ID of the layer to check if data exist.
Parameters
layerId: string
The ID of the layer.
Returns CheckDataExistsRequest
A reference to this object.
Generated using TypeDoc
Checks if a structure of a data existence request holds all necessary information.