Uses of Class
org.qubership.atp.dataset.clients.dto.LabelDto
Packages that use LabelDto
-
Uses of LabelDto in org.qubership.atp.dataset.clients.api
Methods in org.qubership.atp.dataset.clients.api that return types with arguments of type LabelDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LabelDto> DataSetControllerApi.addLabel(UUID dataSetId, @NotNull @Valid String name, @Valid UUID dataSetListId, @Valid Long modifiedWhen) PUT /ds/{dataSetId}/label : addLabelorg.springframework.http.ResponseEntity<LabelDto> DataSetListControllerApi.addLabel(UUID dataSetListId, @NotNull @Valid String name, @Valid Long modifiedWhen) PUT /dsl/{dataSetListId}/label : addLabelGET /ds/{dataSetId}/label : getLabelsGET /dsl/{dataSetListId}/label : getLabels -
Uses of LabelDto in org.qubership.atp.dataset.clients.dto
Methods in org.qubership.atp.dataset.clients.dto that return LabelDtoModifier and TypeMethodDescriptionMethods in org.qubership.atp.dataset.clients.dto that return types with arguments of type LabelDtoMethods in org.qubership.atp.dataset.clients.dto with parameters of type LabelDtoMethod parameters in org.qubership.atp.dataset.clients.dto with type arguments of type LabelDto