Uses of Enum
org.qubership.atp.mia.clients.api.environments.dto.projects.SystemReqDto.StatusEnum
Packages that use SystemReqDto.StatusEnum
-
Uses of SystemReqDto.StatusEnum in org.qubership.atp.mia.clients.api.environments.dto.projects
Methods in org.qubership.atp.mia.clients.api.environments.dto.projects that return SystemReqDto.StatusEnumModifier and TypeMethodDescriptionstatic SystemReqDto.StatusEnumSystemReqDto.getStatus()Get statusstatic SystemReqDto.StatusEnumReturns the enum constant of this type with the specified name.static SystemReqDto.StatusEnum[]SystemReqDto.StatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.qubership.atp.mia.clients.api.environments.dto.projects with parameters of type SystemReqDto.StatusEnumModifier and TypeMethodDescriptionvoidSystemReqDto.setStatus(SystemReqDto.StatusEnum status) SystemReqDto.status(SystemReqDto.StatusEnum status)