Uses of Enum
org.qubership.atp.ram.clients.api.dto.environments.environment.SystemVersionResponseDto.StatusEnum
Packages that use SystemVersionResponseDto.StatusEnum
-
Uses of SystemVersionResponseDto.StatusEnum in org.qubership.atp.ram.clients.api.dto.environments.environment
Methods in org.qubership.atp.ram.clients.api.dto.environments.environment that return SystemVersionResponseDto.StatusEnumModifier and TypeMethodDescriptionSystemVersionResponseDto.getStatus()Get statusReturns the enum constant of this type with the specified name.static SystemVersionResponseDto.StatusEnum[]SystemVersionResponseDto.StatusEnum.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.environments.environment with parameters of type SystemVersionResponseDto.StatusEnumModifier and TypeMethodDescriptionvoidSystemVersionResponseDto.setStatus(SystemVersionResponseDto.StatusEnum status) SystemVersionResponseDto.status(SystemVersionResponseDto.StatusEnum status)