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