Class LicenseUsecase

A use case for a license, describing how an asset may be used.

Use cases explicitly define how an asset may be used. Use either our list of common enumerations or define your own using custom. Custom use cases can be created by using a value that does not match any of the predefined cases.

Hierarchy

  • LicenseUsecase

Constructors

Properties

_value: string

Accessors

Methods

  • Create a new LicenseUsecase from a string value

    Attempts to resolve to one of our standard enumerated values. If it does not match, a custom usecase is created.

    Parameters

    • value: string

      The string value to resolve

    Returns LicenseUsecase