Uses of Class
org.qubership.atp.mia.controllers.api.dto.CommandOutputDto
Packages that use CommandOutputDto
-
Uses of CommandOutputDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return CommandOutputDtoModifier and TypeMethodDescriptionCommandOutputDto.addContentItem(String contentItem) CommandOutputDto.addMarkedContentItem(MarkedContentDto markedContentItem) CommandOutputDto.externalPathToFile(String externalPathToFile) CommandOutputDto.internalPathToFile(String internalPathToFile) CommandOutputDto.isSizeExceedLimit(Boolean isSizeExceedLimit) CommandOutputDto.markedContent(List<@Valid MarkedContentDto> markedContent) Methods in org.qubership.atp.mia.controllers.api.dto that return types with arguments of type CommandOutputDtoModifier and TypeMethodDescription@Valid List<@Valid CommandOutputDto> CommandResponseDto.getCommandOutputs()Get commandOutputsMethods in org.qubership.atp.mia.controllers.api.dto with parameters of type CommandOutputDtoModifier and TypeMethodDescriptionCommandResponseDto.addCommandOutputsItem(CommandOutputDto commandOutputsItem) Method parameters in org.qubership.atp.mia.controllers.api.dto with type arguments of type CommandOutputDtoModifier and TypeMethodDescriptionCommandResponseDto.commandOutputs(List<@Valid CommandOutputDto> commandOutputs) voidCommandResponseDto.setCommandOutputs(List<@Valid CommandOutputDto> commandOutputs)