Constructor and Description |
---|
RichTextMacroBody(Streamable body)
Deprecated.
since 5.6. Call
withStorage(Streamable) or
withStorageAndTransform(Streamable, Streamable) instead. |
RichTextMacroBody(String body)
Deprecated.
since 5.6. Call
withStorage(Streamable) or
withStorageAndTransform(Streamable, Streamable) instead. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBody() |
Streamable |
getBodyStream() |
Streamable |
getStorageBodyStream() |
Streamable |
getTransformedBodyStream() |
int |
hashCode() |
String |
toString() |
static RichTextMacroBody |
withStorage(Streamable storageBody) |
static RichTextMacroBody |
withStorageAndTransform(Streamable storageBody,
Streamable transformedBody) |
@Deprecated public RichTextMacroBody(String body)
withStorage(Streamable)
or
withStorageAndTransform(Streamable, Streamable)
instead.body
- the body - assumed to be transformed, but it might not be!@Deprecated public RichTextMacroBody(Streamable body)
withStorage(Streamable)
or
withStorageAndTransform(Streamable, Streamable)
instead.body
- the body - assumed to be transformed, but it might not be!public static RichTextMacroBody withStorage(Streamable storageBody)
public static RichTextMacroBody withStorageAndTransform(Streamable storageBody, Streamable transformedBody)
public Streamable getBodyStream()
getBodyStream
in interface MacroBody
MacroBody.getStorageBodyStream()
,
MacroBody.getTransformedBodyStream()
,
RequiresFormat
public String getBody()
getBody
in interface MacroBody
MacroBody.getStorageBodyStream()
,
MacroBody.getTransformedBodyStream()
,
RequiresFormat
public Streamable getTransformedBodyStream()
getTransformedBodyStream
in interface MacroBody
public Streamable getStorageBodyStream()
getStorageBodyStream
in interface MacroBody
Copyright © 2003–2015 Atlassian. All rights reserved.