Uses of Class
org.qubership.atp.mia.controllers.api.dto.FileMarkerDto
Packages that use FileMarkerDto
-
Uses of FileMarkerDto in org.qubership.atp.mia.controllers.api.dto
Methods in org.qubership.atp.mia.controllers.api.dto that return FileMarkerDtoModifier and TypeMethodDescriptionFileMarkerDto.description(String description) FileMarkerDto.endPosition(Integer endPosition) FileMarkerDto.expectedValue(String expectedValue) FileMarkerDto.startPosition(Integer startPosition) FileMarkerDto.stringNumber(Integer stringNumber) Methods in org.qubership.atp.mia.controllers.api.dto that return types with arguments of type FileMarkerDtoModifier and TypeMethodDescription@Valid List<@Valid FileMarkerDto> CommandDto.getFileMarkers()Get fileMarkersMethods in org.qubership.atp.mia.controllers.api.dto with parameters of type FileMarkerDtoMethod parameters in org.qubership.atp.mia.controllers.api.dto with type arguments of type FileMarkerDtoModifier and TypeMethodDescriptionCommandDto.fileMarkers(List<@Valid FileMarkerDto> fileMarkers) voidCommandDto.setFileMarkers(List<@Valid FileMarkerDto> fileMarkers)