Uses of Class
se.digg.dgc.payload.v1.Sub
-
Packages that use Sub Package Description se.digg.dgc.payload.v1 Generated Java code for the Digital Green Certificate schema. -
-
Uses of Sub in se.digg.dgc.payload.v1
Methods in se.digg.dgc.payload.v1 that return Sub Modifier and Type Method Description Sub
DigitalGreenCertificate. getSub()
Subject (Required)Sub
Sub. withDob(LocalDate dob)
Sub
Sub. withFn(String fn)
Sub
Sub. withGen(String gen)
Sub
Sub. withGn(String gn)
Sub
Sub. withId(List<Id> id)
Methods in se.digg.dgc.payload.v1 with parameters of type Sub Modifier and Type Method Description void
DigitalGreenCertificate. setSub(Sub sub)
Subject (Required)DigitalGreenCertificate
DigitalGreenCertificate. withSub(Sub sub)
Constructors in se.digg.dgc.payload.v1 with parameters of type Sub Constructor Description DigitalGreenCertificate(Sub sub, List<Vac> vac, List<Tst> tst, List<Rec> rec, Cert cert)
-