aries / net.globalid.aries.storage.models.record.search / GetOptions

GetOptions

@JsonClass(true) data class GetOptions

Get record options

This class is used for configuring getting the record from org.hyperledger.indy.sdk.wallet.Wallet.

Constructors

<init>

Get record options

GetOptions(retrieveType: Boolean = false, retrieveValue: Boolean = true, retrieveTags: Boolean = true)

Properties

retrieveTags

indicating whether this retrieve tags.

val retrieveTags: Boolean

retrieveType

indicating indicating whether this retrieve type.

val retrieveType: Boolean

retrieveValue

indicating whether this retrieve value.

val retrieveValue: Boolean