ListClaim

class ListClaim(val value: List<String>, val claimDescription: ClaimDescription?) : Claim<List<String>>

A ListClaim is a Claim containing a List of Strings as value.

Constructors

Link copied to clipboard
constructor(value: List<String>, claimDescription: ClaimDescription?)

Properties

Link copied to clipboard
Link copied to clipboard
open override val value: List<String>

The List of Strings value of the Claim.

Functions

Link copied to clipboard
open fun getDisplayLabel(languageKey: String, fallbackLanguageKey: String = "en"): String

A helper function to get a Claim's label / name in a specific language.