Module dev.eidentification.bankid
Class UserVisibleData
java.lang.Object
dev.eidentification.bankid.client.model.VisibleData
dev.eidentification.bankid.client.model.UserVisibleData
-
Field Summary
Fields inherited from class dev.eidentification.bankid.client.model.VisibleData
content
-
Method Summary
Modifier and TypeMethodDescriptionstatic UserVisibleData
Creates an instance of UserVisibleData with the given content.toString()
Methods inherited from class dev.eidentification.bankid.client.model.VisibleData
getContent
-
Method Details
-
of
Creates an instance of UserVisibleData with the given content.- Parameters:
content
- the content of the UserVisibleData- Returns:
- an instance of UserVisibleData
- Throws:
NullPointerException
- if content is nullBankIdRequirementException
- if the content is empty or exceeds the maximum length of 40,000 characters
-
toString
- Overrides:
toString
in classVisibleData
-