Added 'preferred' flag to GET /call response

This commit is contained in:
harish
2024-11-11 19:40:11 +05:30
parent 64a734c504
commit a62d704124
3 changed files with 35 additions and 20 deletions

View File

@@ -53,5 +53,5 @@ public class CallDetailsResponseBean {
private LocalDateTime createdDate;
private LocalDateTime updatedDate;
private Boolean preferred;
}