public class EmailTypeJsonBean extends Object
Constructor and Description |
---|
EmailTypeJsonBean(long id,
String eventName,
String templateName,
boolean html,
boolean text,
boolean batchedNotification,
boolean active) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEventName() |
long |
getId() |
String |
getTemplateName() |
int |
hashCode() |
boolean |
isActive() |
boolean |
isBatchedNotification() |
boolean |
isHtml() |
boolean |
isText() |
static EmailTypeJsonBean |
of(EmailType emailType) |
String |
toString() |
public long getId()
public String getEventName()
public String getTemplateName()
public boolean isHtml()
public boolean isText()
public boolean isBatchedNotification()
public boolean isActive()
public static EmailTypeJsonBean of(EmailType emailType)
Copyright © 2002-2022 Atlassian. All Rights Reserved.