Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.TestScenarioEditorResponseDto.TypeEnum
Packages that use TestScenarioEditorResponseDto.TypeEnum
-
Uses of TestScenarioEditorResponseDto.TypeEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestScenarioEditorResponseDto.TypeEnumModifier and TypeMethodDescriptionTestScenarioEditorResponseDto.getType()Get typeReturns the enum constant of this type with the specified name.TestScenarioEditorResponseDto.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestScenarioEditorResponseDto.TypeEnumModifier and TypeMethodDescriptionvoidTestScenarioEditorResponseDto.setType(TestScenarioEditorResponseDto.TypeEnum type) TestScenarioEditorResponseDto.type(TestScenarioEditorResponseDto.TypeEnum type)