@Immutable public static class TemplatesValidationConfig.TemplateInfo extends Object
Constructor and Description |
---|
TemplateInfo(long id,
String name,
String template,
String folder,
boolean html,
boolean text,
boolean usedWhenBatchingEnabled,
boolean useForValidation,
boolean useForTestEmail) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFolder() |
long |
getId() |
String |
getName() |
String |
getTemplate() |
int |
hashCode() |
boolean |
isHtml() |
boolean |
isText() |
boolean |
isUsedWhenBatchingEnabled() |
boolean |
isUseForTestEmail() |
boolean |
isUseForValidation() |
String |
toString() |
public long getId()
public String getName()
public String getTemplate()
public String getFolder()
public boolean isHtml()
public boolean isText()
public boolean isUsedWhenBatchingEnabled()
public boolean isUseForValidation()
public boolean isUseForTestEmail()
Copyright © 2002-2022 Atlassian. All Rights Reserved.