Uses of Class
se.digg.dgc.payload.v1.Rec
-
Packages that use Rec Package Description se.digg.dgc.payload.v1 Generated Java code for the Digital Green Certificate schema. -
-
Uses of Rec in se.digg.dgc.payload.v1
Methods in se.digg.dgc.payload.v1 that return Rec Modifier and Type Method Description Rec
Rec. withCou(String cou)
Rec
Rec. withDat(LocalDate dat)
Rec
Rec. withDis(String dis)
Methods in se.digg.dgc.payload.v1 that return types with arguments of type Rec Modifier and Type Method Description List<Rec>
DigitalGreenCertificate. getRec()
Recovery statementMethod parameters in se.digg.dgc.payload.v1 with type arguments of type Rec Modifier and Type Method Description void
DigitalGreenCertificate. setRec(List<Rec> rec)
Recovery statementDigitalGreenCertificate
DigitalGreenCertificate. withRec(List<Rec> rec)
-