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