public class APIKeyApprovalModel
extends java.lang.Object
Constructor and Description |
---|
APIKeyApprovalModel() |
Modifier and Type | Method and Description |
---|---|
EmailType |
getApprovalEmailType()
Gets the approval email type.
|
java.lang.String |
getEmailSubject()
Gets the subject in the approval notification email.
|
java.lang.String |
getEmailTemplate()
Gets the email template name.
|
void |
setApprovalEmailType(EmailType approvalEmailType)
Sets the approval email type.
|
void |
setEmailSubject(java.lang.String emailSubject)
Sets the approval notification email subject.
|
void |
setEmailTemplate(java.lang.String emailTemplate)
Sets the email template name.
|
public java.lang.String getEmailSubject()
public void setEmailSubject(java.lang.String emailSubject)
emailSubject
- The email subject to setpublic java.lang.String getEmailTemplate()
public void setEmailTemplate(java.lang.String emailTemplate)
emailTemplate
- Name of the email template to setpublic EmailType getApprovalEmailType()
EmailType