Uses of Interface
com.chutneytesting.component.dataset.api.DataSetDto
Packages that use DataSetDto
-
Uses of DataSetDto in com.chutneytesting.component.dataset.api
Classes in com.chutneytesting.component.dataset.api that implement DataSetDtoFields in com.chutneytesting.component.dataset.api with type parameters of type DataSetDtoModifier and TypeFieldDescriptionstatic final Comparator<DataSetDto>DataSetDto.dataSetComparatorMethods in com.chutneytesting.component.dataset.api that return DataSetDtoModifier and TypeMethodDescriptionDataSetController.save(DataSetDto dataSetDto) static DataSetDtoDataSetController.update(DataSetDto dataSetDto) Methods in com.chutneytesting.component.dataset.api that return types with arguments of type DataSetDtoModifier and TypeMethodDescriptionDataSetController.allVersionNumbers(String dataSetId) DataSetController.findAll()Methods in com.chutneytesting.component.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)