public final class NotificationJsonBean extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NotificationJsonBean.RestrictJsonBean |
static class |
NotificationJsonBean.ToJsonBean |
Modifier and Type | Field and Description |
---|---|
static NotificationJsonBean |
DOC_UPDATE_EXAMPLE |
Constructor and Description |
---|
NotificationJsonBean() |
Modifier and Type | Method and Description |
---|---|
String |
getHtmlBody() |
NotificationJsonBean.RestrictJsonBean |
getRestrict() |
String |
getSubject() |
String |
getTextBody() |
NotificationJsonBean.ToJsonBean |
getTo() |
void |
setHtmlBody(String htmlBody) |
void |
setRestrict(NotificationJsonBean.RestrictJsonBean restrict) |
void |
setSubject(String subject) |
void |
setTextBody(String textBody) |
void |
setTo(NotificationJsonBean.ToJsonBean to) |
public static final NotificationJsonBean DOC_UPDATE_EXAMPLE
public void setSubject(String subject)
public void setTextBody(String textBody)
public void setHtmlBody(String htmlBody)
public void setTo(NotificationJsonBean.ToJsonBean to)
public void setRestrict(NotificationJsonBean.RestrictJsonBean restrict)
public String getSubject()
public String getTextBody()
public String getHtmlBody()
public NotificationJsonBean.ToJsonBean getTo()
public NotificationJsonBean.RestrictJsonBean getRestrict()
Copyright © 2002-2024 Atlassian. All Rights Reserved.