MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.mdoc.issuersigned
/
IssuerNamespacesDataElementBuilder
Issuer
Namespaces
Data
Element
Builder
class
IssuerNamespacesDataElementBuilder
(
val
namespaceName
:
String
)
Members
Constructors
Issuer
Namespaces
Data
Element
Builder
Link copied to clipboard
constructor
(
namespaceName
:
String
)
Properties
data
Elements
Link copied to clipboard
val
dataElements
:
MutableList
<
Pair
<
String
,
DataItem
>
>
namespace
Name
Link copied to clipboard
val
namespaceName
:
String
Functions
add
Data
Element
Link copied to clipboard
fun
addDataElement
(
dataElementName
:
String
,
value
:
DataItem
)
build
Link copied to clipboard
fun
build
(
)
:
IssuerNamespacesDataElements