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