// "Create constructor" "true-preview" public enum ReportType { AGING("Aging"); ReportType(String aging) { } }