Uses of Class
se.digg.dgc.payload.v1.RecoveryEntry
-
Packages that use RecoveryEntry Package Description se.digg.dgc.payload.v1 Generated Java code for the Digital Covid Certificate schema.se.digg.dgc.valueset.v1.validation Support for validating Digital Covid Certificates against value sets. -
-
Uses of RecoveryEntry in se.digg.dgc.payload.v1
Methods in se.digg.dgc.payload.v1 that return RecoveryEntry Modifier and Type Method Description RecoveryEntryRecoveryEntry. withCi(String ci)RecoveryEntryRecoveryEntry. withCo(String co)RecoveryEntryRecoveryEntry. withDf(LocalDate df)RecoveryEntryRecoveryEntry. withDu(LocalDate du)RecoveryEntryRecoveryEntry. withFr(LocalDate fr)RecoveryEntryRecoveryEntry. withIs(String is)RecoveryEntryRecoveryEntry. withTg(String tg)Methods in se.digg.dgc.payload.v1 that return types with arguments of type RecoveryEntry Modifier and Type Method Description List<RecoveryEntry>Eudcc. getR()Recovery GroupMethod parameters in se.digg.dgc.payload.v1 with type arguments of type RecoveryEntry Modifier and Type Method Description voidEudcc. setR(List<RecoveryEntry> r)Recovery GroupEudccEudcc. withR(List<RecoveryEntry> r) -
Uses of RecoveryEntry in se.digg.dgc.valueset.v1.validation
Methods in se.digg.dgc.valueset.v1.validation with parameters of type RecoveryEntry Modifier and Type Method Description ValueSetValidationResultDefaultValueSetValidator. validate(RecoveryEntry recoveryEntry)Validates aRecoveryEntryagainst the value sets configured for this validator.ValueSetValidationResultValueSetValidator. validate(RecoveryEntry recoveryEntry)Validates aRecoveryEntryagainst the value sets configured for this validator.
-