Uses of Class
fr.gouv.vitam.metadata.core.reconstruction.repository.ReconstructionResponse.ReconstructionStatus
-
Packages that use ReconstructionResponse.ReconstructionStatus Package Description fr.gouv.vitam.metadata.core.reconstruction.repository -
-
Uses of ReconstructionResponse.ReconstructionStatus in fr.gouv.vitam.metadata.core.reconstruction.repository
Fields in fr.gouv.vitam.metadata.core.reconstruction.repository declared as ReconstructionResponse.ReconstructionStatus Modifier and Type Field Description ReconstructionResponse.ReconstructionStatus
ReconstructionResponse. status
Methods in fr.gouv.vitam.metadata.core.reconstruction.repository that return ReconstructionResponse.ReconstructionStatus Modifier and Type Method Description static ReconstructionResponse.ReconstructionStatus
ReconstructionResponse.ReconstructionStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReconstructionResponse.ReconstructionStatus[]
ReconstructionResponse.ReconstructionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.metadata.core.reconstruction.repository with parameters of type ReconstructionResponse.ReconstructionStatus Modifier and Type Method Description ReconstructionResponse.Builder
ReconstructionResponse.Builder. status(ReconstructionResponse.ReconstructionStatus status)
-