com.atlassian.confluence.plugins.emailgateway
Class EmailBody

java.lang.Object
  extended by com.atlassian.confluence.plugins.emailgateway.EmailBody

public class EmailBody
extends Object

Represents the body of an email

Since:
v5.0

Constructor Summary
EmailBody(EmailBodyType type, String content)
           
EmailBody(EmailBodyType type, String content, Map<String,? extends Serializable> context)
           
 
Method Summary
 String getContent()
           
 Map<String,? extends Serializable> getContext()
           
 EmailBodyType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailBody

public EmailBody(EmailBodyType type,
                 String content)

EmailBody

public EmailBody(EmailBodyType type,
                 String content,
                 Map<String,? extends Serializable> context)
Method Detail

getType

public EmailBodyType getType()

getContent

public String getContent()

getContext

public Map<String,? extends Serializable> getContext()


Copyright © 2003-2013 Atlassian. All Rights Reserved.