Uses of Class
fr.gouv.vitam.collect.common.dto.BatchStatusDto
-
Packages that use BatchStatusDto Package Description fr.gouv.vitam.collect.common.dto -
-
Uses of BatchStatusDto in fr.gouv.vitam.collect.common.dto
Methods in fr.gouv.vitam.collect.common.dto that return BatchStatusDto Modifier and Type Method Description BatchStatusDto
BatchDto. getBatchStatus()
static BatchStatusDto
BatchStatusDto. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BatchStatusDto[]
BatchStatusDto. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.collect.common.dto with parameters of type BatchStatusDto Modifier and Type Method Description void
BatchDto. setBatchStatus(BatchStatusDto batchStatus)
Constructors in fr.gouv.vitam.collect.common.dto with parameters of type BatchStatusDto Constructor Description BatchDto(java.lang.String batchId, BatchStatusDto batchStatus)
-