Uses of Class
fr.gouv.vitam.metadata.core.model.UpdateUnitKey
-
Packages that use UpdateUnitKey Package Description fr.gouv.vitam.metadata.core.model Provides model classes for Metadata module -
-
Uses of UpdateUnitKey in fr.gouv.vitam.metadata.core.model
Methods in fr.gouv.vitam.metadata.core.model that return UpdateUnitKey Modifier and Type Method Description UpdateUnitKey
UpdateUnit. getKey()
static UpdateUnitKey
UpdateUnitKey. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UpdateUnitKey[]
UpdateUnitKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.gouv.vitam.metadata.core.model with parameters of type UpdateUnitKey Constructor Description UpdateUnit(java.lang.String unitId, StatusCode status, UpdateUnitKey key, java.lang.String message, java.lang.String diff)
-