Uses of Enum
org.qubership.atp.mia.controllers.api.dto.CommandTypesEnumDto
Packages that use CommandTypesEnumDto
-
Uses of CommandTypesEnumDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return CommandTypesEnumDtoModifier and TypeMethodDescriptionstatic CommandTypesEnumDto@Valid CommandTypesEnumDtoCommandResponseDto.getType()Get typestatic CommandTypesEnumDtoReturns the enum constant of this type with the specified name.static CommandTypesEnumDto[]CommandTypesEnumDto.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 CommandTypesEnumDtoModifier and TypeMethodDescriptionvoidCommandResponseDto.setType(CommandTypesEnumDto type) CommandResponseDto.type(CommandTypesEnumDto type)