| 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 MacroBodyMacroBody.getStorageBodyStream(),
MacroBody.getTransformedBodyStream(),
RequiresFormatpublic String getBody()
getBody in interface MacroBodyMacroBody.getStorageBodyStream(),
MacroBody.getTransformedBodyStream(),
RequiresFormatpublic Streamable getTransformedBodyStream()
getTransformedBodyStream in interface MacroBodypublic Streamable getStorageBodyStream()
getStorageBodyStream in interface MacroBodyCopyright © 2003–2022 Atlassian. All rights reserved.