Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.ActionEntityDto.TypeEnum
Packages that use ActionEntityDto.TypeEnum
-
Uses of ActionEntityDto.TypeEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return ActionEntityDto.TypeEnumModifier and TypeMethodDescriptionstatic ActionEntityDto.TypeEnumActionEntityDto.getType()Get typestatic ActionEntityDto.TypeEnumReturns the enum constant of this type with the specified name.static ActionEntityDto.TypeEnum[]ActionEntityDto.TypeEnum.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 ActionEntityDto.TypeEnumModifier and TypeMethodDescriptionvoidActionEntityDto.setType(ActionEntityDto.TypeEnum type) ActionEntityDto.type(ActionEntityDto.TypeEnum type)