@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class Notification extends Object
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
any() |
boolean |
equals(Object o) |
String |
getHtmlBody()
The HTML body of the email notification for the issue.
|
NotificationRecipientsRestrictions |
getRestrict()
Restricts the notifications to users with the specified permissions.
|
String |
getSubject()
The subject of the email notification for the issue.
|
String |
getTextBody()
The plain text body of the email notification for the issue.
|
NotificationRecipients |
getTo()
The recipients of the email notification for the issue.
|
int |
hashCode() |
Notification |
htmlBody(String htmlBody) |
Notification |
restrict(NotificationRecipientsRestrictions restrict) |
void |
set(String name,
Object value) |
void |
setHtmlBody(String htmlBody) |
void |
setRestrict(NotificationRecipientsRestrictions restrict) |
void |
setSubject(String subject) |
void |
setTextBody(String textBody) |
void |
setTo(NotificationRecipients to) |
Notification |
subject(String subject) |
Notification |
textBody(String textBody) |
Notification |
to(NotificationRecipients to) |
String |
toString() |
public Notification subject(String subject)
public String getSubject()
public void setSubject(String subject)
public Notification textBody(String textBody)
public String getTextBody()
public void setTextBody(String textBody)
public Notification htmlBody(String htmlBody)
public String getHtmlBody()
public void setHtmlBody(String htmlBody)
public Notification to(NotificationRecipients to)
public NotificationRecipients getTo()
public void setTo(NotificationRecipients to)
public Notification restrict(NotificationRecipientsRestrictions restrict)
public NotificationRecipientsRestrictions getRestrict()
public void setRestrict(NotificationRecipientsRestrictions restrict)
Copyright © 2011–2021 Everit Kft.. All rights reserved.