Uses of Class
org.qubership.atp.dataset.controllers.api.dto.attachments.FileDataDto
Packages that use FileDataDto
Package
Description
-
Uses of FileDataDto in org.qubership.atp.dataset.controllers.api
Methods in org.qubership.atp.dataset.controllers.api that return types with arguments of type FileDataDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<FileDataDto> AttachmentControllerApi.uploadByAttributeIdAndDatasetId(UUID attributeId, UUID datasetId, @NotNull @Valid String type, @NotNull @Valid String fileName, org.springframework.core.io.Resource file, @Valid UUID dataSetListId, @Valid Long modifiedWhen) POST /attachment/attributeId/{attributeId}/dataset/{datasetId} : uploadByAttributeIdAndDatasetIdorg.springframework.http.ResponseEntity<FileDataDto> AttachmentControllerApi.uploadByParameterId(UUID parameterUuid, @NotNull @Valid String type, @NotNull @Valid String fileName, org.springframework.core.io.Resource file) POST /attachment/{parameterUuid} : uploadByParameterId -
Uses of FileDataDto in org.qubership.atp.dataset.controllers.api.dto.attachments
Methods in org.qubership.atp.dataset.controllers.api.dto.attachments that return FileDataDtoModifier and TypeMethodDescriptionFileDataDto.contentType(String contentType) FileDataDto.parameterUuid(UUID parameterUuid)