Uses of Enum
org.qubership.atp.tdm.controllers.api.dto.actions.ResponseTypeDto
Packages that use ResponseTypeDto
-
Uses of ResponseTypeDto in org.qubership.atp.tdm.controllers.api.dto.actions
Methods in org.qubership.atp.tdm.controllers.api.dto.actions that return ResponseTypeDtoModifier and TypeMethodDescriptionstatic ResponseTypeDto@Valid ResponseTypeDtoResponseMessageDto.getType()Get typestatic ResponseTypeDtoReturns the enum constant of this type with the specified name.static ResponseTypeDto[]ResponseTypeDto.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.actions with parameters of type ResponseTypeDtoModifier and TypeMethodDescriptionvoidResponseMessageDto.setType(ResponseTypeDto type) ResponseMessageDto.type(ResponseTypeDto type)