Uses of Class
com.chutneytesting.admin.api.dto.BackupDto
-
Packages that use BackupDto Package Description com.chutneytesting.admin.api com.chutneytesting.admin.api.dto -
-
Uses of BackupDto in com.chutneytesting.admin.api
Methods in com.chutneytesting.admin.api that return BackupDto Modifier and Type Method Description BackupDtoBackupController. get(String backupId)Methods in com.chutneytesting.admin.api that return types with arguments of type BackupDto Modifier and Type Method Description List<BackupDto>BackupController. list()Methods in com.chutneytesting.admin.api with parameters of type BackupDto Modifier and Type Method Description StringBackupController. backup(BackupDto backup) -
Uses of BackupDto in com.chutneytesting.admin.api.dto
Methods in com.chutneytesting.admin.api.dto that return BackupDto Modifier and Type Method Description static BackupDtoBackupMapper. toDto(Backup backup)Methods in com.chutneytesting.admin.api.dto that return types with arguments of type BackupDto Modifier and Type Method Description static List<BackupDto>BackupMapper. toDtos(List<Backup> backups)Methods in com.chutneytesting.admin.api.dto with parameters of type BackupDto Modifier and Type Method Description static BackupBackupMapper. fromDto(BackupDto dto)
-