Uses of Enum
org.qubership.atp.tdm.controllers.api.dto.testdata.OrderTypeDto
Packages that use OrderTypeDto
-
Uses of OrderTypeDto in org.qubership.atp.tdm.controllers.api.dto.testdata
Methods in org.qubership.atp.tdm.controllers.api.dto.testdata that return OrderTypeDtoModifier and TypeMethodDescriptionstatic OrderTypeDto@Valid OrderTypeDtoTestDataTableColumnDto.getOrderType()Get orderType@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.testdata with parameters of type OrderTypeDtoModifier and TypeMethodDescriptionTestDataTableColumnDto.orderType(OrderTypeDto orderType) TestDataTableOrderDto.orderType(OrderTypeDto orderType) voidTestDataTableColumnDto.setOrderType(OrderTypeDto orderType) voidTestDataTableOrderDto.setOrderType(OrderTypeDto orderType)