Uses of Enum
org.qubership.atp.ram.clients.api.dto.catalogue.ObjectOperationDto.OperationTypeEnum
Packages that use ObjectOperationDto.OperationTypeEnum
-
Uses of ObjectOperationDto.OperationTypeEnum in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return ObjectOperationDto.OperationTypeEnumModifier and TypeMethodDescriptionObjectOperationDto.getOperationType()Get operationTypeReturns the enum constant of this type with the specified name.static ObjectOperationDto.OperationTypeEnum[]ObjectOperationDto.OperationTypeEnum.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 ObjectOperationDto.OperationTypeEnumModifier and TypeMethodDescriptionObjectOperationDto.operationType(ObjectOperationDto.OperationTypeEnum operationType) voidObjectOperationDto.setOperationType(ObjectOperationDto.OperationTypeEnum operationType)