Uses of Class
org.kie.server.api.model.admin.EmailNotification.Builder
-
Packages that use EmailNotification.Builder Package Description org.kie.server.api.model.admin -
-
Uses of EmailNotification.Builder in org.kie.server.api.model.admin
Methods in org.kie.server.api.model.admin that return EmailNotification.Builder Modifier and Type Method Description EmailNotification.BuilderEmailNotification.Builder. body(String body)static EmailNotification.BuilderEmailNotification. builder()EmailNotification.BuilderEmailNotification.Builder. emails(List<String> emails)EmailNotification.BuilderEmailNotification.Builder. from(String from)EmailNotification.BuilderEmailNotification.Builder. groups(List<String> groups)EmailNotification.BuilderEmailNotification.Builder. replyTo(String replyTo)EmailNotification.BuilderEmailNotification.Builder. subject(String subject)EmailNotification.BuilderEmailNotification.Builder. users(List<String> users)
-