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 override val size: Int

Functions

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