Uses of Class
se.digg.dgc.payload.v1.DateOfBirth
-
Packages that use DateOfBirth Package Description se.digg.dgc.payload.v1 Generated Java code for the Digital Covid Certificate schema. -
-
Uses of DateOfBirth in se.digg.dgc.payload.v1
Methods in se.digg.dgc.payload.v1 that return DateOfBirth Modifier and Type Method Description DateOfBirthDigitalCovidCertificate. getDateOfBirth()Gets thedobfield as aDateOfBirthobject.Methods in se.digg.dgc.payload.v1 with parameters of type DateOfBirth Modifier and Type Method Description voidDigitalCovidCertificate. setDob(DateOfBirth dob)Setter that takes aDateOfBirthrepresenting the date of birth instead of string.EudccDigitalCovidCertificate. withDob(DateOfBirth dob)An alternative toEudcc.withDob(String)where the date of birth is represented as aDateOfBirth.
-