Uses of Class
org.qubership.atp.mia.controllers.api.dto.CommandPrefixDto
Packages that use CommandPrefixDto
-
Uses of CommandPrefixDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return CommandPrefixDtoModifier and TypeMethodDescriptionCommandPrefixDto.putPrefixesItem(String key, String prefixesItem) Methods in org.qubership.atp.mia.controllers.api.dto that return types with arguments of type CommandPrefixDtoModifier and TypeMethodDescription@Valid List<@Valid CommandPrefixDto> CommonConfigurationDto.getCommandShellPrefixes()Get commandShellPrefixesMethods in org.qubership.atp.mia.controllers.api.dto with parameters of type CommandPrefixDtoModifier and TypeMethodDescriptionCommonConfigurationDto.addCommandShellPrefixesItem(CommandPrefixDto commandShellPrefixesItem) Method parameters in org.qubership.atp.mia.controllers.api.dto with type arguments of type CommandPrefixDtoModifier and TypeMethodDescriptionCommonConfigurationDto.commandShellPrefixes(List<@Valid CommandPrefixDto> commandShellPrefixes) voidCommonConfigurationDto.setCommandShellPrefixes(List<@Valid CommandPrefixDto> commandShellPrefixes)