Uses of Enum
org.qubership.atp.tdm.controllers.api.dto.cleanup.CleanupTypeDto
Packages that use CleanupTypeDto
-
Uses of CleanupTypeDto in org.qubership.atp.tdm.controllers.api.dto.cleanup
Methods in org.qubership.atp.tdm.controllers.api.dto.cleanup that return CleanupTypeDtoModifier and TypeMethodDescriptionstatic CleanupTypeDto@Valid CleanupTypeDtoTestDataCleanupConfigDto.getType()Get typestatic CleanupTypeDtoReturns the enum constant of this type with the specified name.static CleanupTypeDto[]CleanupTypeDto.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.tdm.controllers.api.dto.cleanup with parameters of type CleanupTypeDtoModifier and TypeMethodDescriptionvoidTestDataCleanupConfigDto.setType(CleanupTypeDto type) TestDataCleanupConfigDto.type(CleanupTypeDto type)