DCQLClaimsQueryList

A non-empty array of objects as defined in Section 6.3 that specifies claims in the requested Credential.

Relevant References:

  • DCQLClaimQuery: Within the particular claims array, the same id MUST NOT be present more than once.

Constructors

Link copied to clipboard
constructor(list: NonEmptyList<DCQLClaimsQueryType>)
constructor(vararg queries: DCQLClaimsQueryType)

Properties

Link copied to clipboard
open val size: Int

Functions

Link copied to clipboard
open operator fun contains(element: DCQLClaimsQueryType): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator fun get(index: Int): DCQLClaimsQueryType
Link copied to clipboard
open fun indexOf(element: DCQLClaimsQueryType): Int
Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
open operator fun iterator(): Iterator<DCQLClaimsQueryType>
Link copied to clipboard
open fun lastIndexOf(element: DCQLClaimsQueryType): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun subList(fromIndex: Int, toIndex: Int): List<DCQLClaimsQueryType>
Link copied to clipboard