Uses of Class
se.digg.dgc.payload.v1.Id
-
Packages that use Id Package Description se.digg.dgc.payload.v1 Generated Java code for the Digital Green Certificate schema. -
-
Uses of Id in se.digg.dgc.payload.v1
Methods in se.digg.dgc.payload.v1 that return Id Modifier and Type Method Description Id
Id. withI(String i)
Id
Id. withT(String t)
Methods in se.digg.dgc.payload.v1 that return types with arguments of type Id Modifier and Type Method Description List<Id>
Sub. getId()
Person identifiersMethod parameters in se.digg.dgc.payload.v1 with type arguments of type Id Modifier and Type Method Description void
Sub. setId(List<Id> id)
Person identifiersSub
Sub. withId(List<Id> id)
Constructor parameters in se.digg.dgc.payload.v1 with type arguments of type Id Constructor Description Sub(String gn, String fn, List<Id> id, LocalDate dob, String gen)
-