Uses of Enum
org.qubership.atp.mia.controllers.api.dto.DBTypesDto
Packages that use DBTypesDto
-
Uses of DBTypesDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return DBTypesDtoModifier and TypeMethodDescriptionstatic DBTypesDto@Valid DBTypesDtoQueryDto.getType()Get typestatic DBTypesDtoReturns the enum constant of this type with the specified name.static DBTypesDto[]DBTypesDto.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.mia.controllers.api.dto with parameters of type DBTypesDtoModifier and TypeMethodDescriptionvoidQueryDto.setType(DBTypesDto type) QueryDto.type(DBTypesDto type)