Package org.qubership.atp.ram.models
Class ReportTemplate
java.lang.Object
org.qubership.atp.ram.models.RamObject
org.qubership.atp.ram.models.DateAuditorEntity
org.qubership.atp.ram.models.ReportTemplate
-
Field Summary
Fields inherited from class org.qubership.atp.ram.models.DateAuditorEntity
createdBy, createdWhen, modifiedBy, modifiedWhenFields inherited from class org.qubership.atp.ram.models.RamObject
ID_FIELD, name, NAME_FIELD, uuid -
Constructor Summary
ConstructorsConstructorDescriptionReportTemplate(@NotBlank String subject, List<@Email String> recipients, List<WidgetType> widgets, boolean active) ReportTemplate constructor. -
Method Summary
-
Constructor Details
-
ReportTemplate
public ReportTemplate(@NotBlank @NotBlank String subject, List<@Email String> recipients, List<WidgetType> widgets, boolean active) ReportTemplate constructor.
-