Uses of Interface
com.chutneytesting.dataset.api.DataSetDto
Packages that use DataSetDto
-
Uses of DataSetDto in com.chutneytesting.dataset.api
Classes in com.chutneytesting.dataset.api that implement DataSetDtoMethods in com.chutneytesting.dataset.api that return DataSetDtoModifier and TypeMethodDescriptionDataSetController.save(DataSetDto datasetDto) static DataSetDtoDataSetController.update(DataSetDto dataSetDto, Optional<String> oldId) Methods in com.chutneytesting.dataset.api that return types with arguments of type DataSetDtoMethods in com.chutneytesting.dataset.api with parameters of type DataSetDtoModifier and TypeMethodDescriptionstatic ImmutableDataSetDtoImmutableDataSetDto.copyOf(DataSetDto instance) Creates an immutable copy of aDataSetDtovalue.ImmutableDataSetDto.Builder.from(DataSetDto instance) Fill a builder with attribute values from the providedDataSetDtoinstance.static DataSetDataSetMapper.fromDto(DataSetDto dto) DataSetController.save(DataSetDto datasetDto) DataSetController.update(DataSetDto dataSetDto, Optional<String> oldId)