com.atlassian.jira.issue.fields.rest.json.beans
Class NotificationJsonBean

java.lang.Object
  extended by com.atlassian.jira.issue.fields.rest.json.beans.NotificationJsonBean

public final class NotificationJsonBean
extends Object


Nested Class Summary
static class NotificationJsonBean.RestrictJsonBean
           
static class NotificationJsonBean.ToJsonBean
           
 
Field Summary
static NotificationJsonBean DOC_UPDATE_EXAMPLE
           
 
Constructor Summary
NotificationJsonBean()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOC_UPDATE_EXAMPLE

public static final NotificationJsonBean DOC_UPDATE_EXAMPLE
Constructor Detail

NotificationJsonBean

public NotificationJsonBean()
Method Detail

setSubject

public void setSubject(String subject)

setTextBody

public void setTextBody(String textBody)

setHtmlBody

public void setHtmlBody(String htmlBody)

setTo

public void setTo(NotificationJsonBean.ToJsonBean to)

setRestrict

public void setRestrict(NotificationJsonBean.RestrictJsonBean restrict)

getSubject

public String getSubject()

getTextBody

public String getTextBody()

getHtmlBody

public String getHtmlBody()

getTo

public NotificationJsonBean.ToJsonBean getTo()

getRestrict

public NotificationJsonBean.RestrictJsonBean getRestrict()


Copyright © 2002-2014 Atlassian. All Rights Reserved.