SchemaRequest | @here/olp-sdk-ts
Class SchemaRequest
Hierarchy
- SchemaRequest
Index
Constructors
Methods
Constructors
constructor
Returns SchemaRequest
Methods
get Billing Tag
Gets a billing tag to group billing records together.
Returns undefined | string
The
BillingTagstring.
get Variant
Gets the
Variantobject of the schema for the request.Returns undefined | Variant
The
Variantobject of the schema.
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 SchemaRequest
The updated SchemaRequest instance that you can use to chain methods.
with Variant
Sets a value of a schema HERE Resource Name (HRN) that is used in the
getSchemaandgetSchemaDetailsmethods of ArtifactClient.Parameters
variant: Variant
The
Variantobject of the schema
Returns SchemaRequest
The SchemaRequest instance that you can use to chain methods.
Generated using TypeDoc
Prepares information for calls to the platform Artifact Service.