remove null checks for call and put some other validation
This commit is contained in:
@@ -9,35 +9,24 @@ import lombok.Data;
|
||||
@Data
|
||||
public class UpdateCallRequestStep1 {
|
||||
|
||||
|
||||
private String name;
|
||||
private String name;
|
||||
|
||||
|
||||
private String descriptionShort;
|
||||
private String descriptionShort;
|
||||
|
||||
|
||||
private String descriptionLong;
|
||||
private String descriptionLong;
|
||||
|
||||
|
||||
private LocalDateTime startDate;
|
||||
private List<LocalDateTime> dates;
|
||||
|
||||
|
||||
private LocalDateTime endDate;
|
||||
private BigDecimal amount;
|
||||
|
||||
|
||||
private BigDecimal amount;
|
||||
private BigDecimal amountMax;
|
||||
|
||||
|
||||
private BigDecimal amountMax;
|
||||
private List<LookUpDataReq> aimedTo;
|
||||
|
||||
|
||||
private List<LookUpDataReq> aimedTo;
|
||||
private String documentationRequested;
|
||||
|
||||
|
||||
private String documentationRequested;
|
||||
private Boolean confidi;
|
||||
|
||||
private Boolean confidi;
|
||||
|
||||
private List<FaqReq> faq;
|
||||
private List<FaqReq> faq;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user