Uses of Interface
com.chutneytesting.component.dataset.api.DataSetDto
-
Packages that use DataSetDto Package Description com.chutneytesting.component.dataset.api -
-
Uses of DataSetDto in com.chutneytesting.component.dataset.api
Classes in com.chutneytesting.component.dataset.api that implement DataSetDto Modifier and Type Class Description classImmutableDataSetDtoImmutable implementation ofDataSetDto.Fields in com.chutneytesting.component.dataset.api with type parameters of type DataSetDto Modifier and Type Field Description static Comparator<DataSetDto>DataSetDto. dataSetComparatorMethods in com.chutneytesting.component.dataset.api that return DataSetDto Modifier and Type Method Description DataSetDtoDataSetController. findById(String dataSetId)DataSetDtoDataSetController. save(DataSetDto dataSetDto)static DataSetDtoDataSetMapper. toDto(DataSet dataSet, Integer version)DataSetDtoDataSetController. update(DataSetDto dataSetDto)DataSetDtoDataSetController. version(String dataSetId, Integer version)Methods in com.chutneytesting.component.dataset.api that return types with arguments of type DataSetDto Modifier and Type Method Description List<DataSetDto>DataSetController. allVersionNumbers(String dataSetId)List<DataSetDto>DataSetController. findAll()Methods in com.chutneytesting.component.dataset.api with parameters of type DataSetDto Modifier and Type Method Description static ImmutableDataSetDtoImmutableDataSetDto. copyOf(DataSetDto instance)Creates an immutable copy of aDataSetDtovalue.ImmutableDataSetDto.BuilderImmutableDataSetDto.Builder. from(DataSetDto instance)Fill a builder with attribute values from the providedDataSetDtoinstance.static DataSetDataSetMapper. fromDto(DataSetDto dto)DataSetDtoDataSetController. save(DataSetDto dataSetDto)DataSetDtoDataSetController. update(DataSetDto dataSetDto)
-