Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseFlagsDto.FlagsEnum
Packages that use TestCaseFlagsDto.FlagsEnum
-
Uses of TestCaseFlagsDto.FlagsEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseFlagsDto.FlagsEnumModifier and TypeMethodDescriptionstatic TestCaseFlagsDto.FlagsEnumstatic TestCaseFlagsDto.FlagsEnumReturns the enum constant of this type with the specified name.static TestCaseFlagsDto.FlagsEnum[]TestCaseFlagsDto.FlagsEnum.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 that return types with arguments of type TestCaseFlagsDto.FlagsEnumMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestCaseFlagsDto.FlagsEnumModifier and TypeMethodDescriptionTestCaseFlagsDto.addFlagsItem(TestCaseFlagsDto.FlagsEnum flagsItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type TestCaseFlagsDto.FlagsEnumModifier and TypeMethodDescriptionTestCaseFlagsDto.flags(List<TestCaseFlagsDto.FlagsEnum> flags) voidTestCaseFlagsDto.setFlags(List<TestCaseFlagsDto.FlagsEnum> flags)