Uses of Class
fr.gouv.vitam.functionaltest.models.UnitModel
-
Packages that use UnitModel Package Description fr.gouv.vitam.functionaltest.models -
-
Uses of UnitModel in fr.gouv.vitam.functionaltest.models
Fields in fr.gouv.vitam.functionaltest.models with type parameters of type UnitModel Modifier and Type Field Description static java.util.Comparator<UnitModel>
UnitModel. UNIT_MODEL_COMPARATOR
Methods in fr.gouv.vitam.functionaltest.models that return types with arguments of type UnitModel Modifier and Type Method Description java.util.List<UnitModel>
UnitModel. getArchiveUnit()
Method parameters in fr.gouv.vitam.functionaltest.models with type arguments of type UnitModel Modifier and Type Method Description void
UnitModel. setArchiveUnit(java.util.List<UnitModel> archiveUnit)
Constructor parameters in fr.gouv.vitam.functionaltest.models with type arguments of type UnitModel Constructor Description UnitModel(java.util.List<UnitModel> archiveUnit, java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode> content)
-