Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.BugTrackingSystemSynchronizationDtoDto.SynchronizationTypeEnum
Packages that use BugTrackingSystemSynchronizationDtoDto.SynchronizationTypeEnum
-
Uses of BugTrackingSystemSynchronizationDtoDto.SynchronizationTypeEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return BugTrackingSystemSynchronizationDtoDto.SynchronizationTypeEnumModifier and TypeMethodDescriptionBugTrackingSystemSynchronizationDtoDto.getSynchronizationType()Get synchronizationTypeReturns the enum constant of this type with the specified name.BugTrackingSystemSynchronizationDtoDto.SynchronizationTypeEnum.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 BugTrackingSystemSynchronizationDtoDto.SynchronizationTypeEnumModifier and TypeMethodDescriptionvoidBugTrackingSystemSynchronizationDtoDto.setSynchronizationType(BugTrackingSystemSynchronizationDtoDto.SynchronizationTypeEnum synchronizationType) BugTrackingSystemSynchronizationDtoDto.synchronizationType(BugTrackingSystemSynchronizationDtoDto.SynchronizationTypeEnum synchronizationType)