Uses of Enum
org.qubership.atp.tdm.controllers.api.dto.statistics.OrderTypeDto
Packages that use OrderTypeDto
-
Uses of OrderTypeDto in org.qubership.atp.tdm.controllers.api.dto.statistics
Methods in org.qubership.atp.tdm.controllers.api.dto.statistics that return OrderTypeDtoModifier and TypeMethodDescriptionstatic OrderTypeDto@Valid OrderTypeDtoTestDataTableOrderDto.getOrderType()Get orderTypestatic OrderTypeDtoReturns the enum constant of this type with the specified name.static OrderTypeDto[]OrderTypeDto.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.statistics with parameters of type OrderTypeDtoModifier and TypeMethodDescriptionTestDataTableOrderDto.orderType(OrderTypeDto orderType) voidTestDataTableOrderDto.setOrderType(OrderTypeDto orderType)