@ExperimentalApi public class FormattedBody extends Object
ContentRepresentation.| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | FormattedBody.BaseFormattedBodyBuilder<T extends FormattedBody.BaseFormattedBodyBuilder<T>>Fluent builder for body content and formatted Content. | 
| static class  | FormattedBody.FormattedBodyBuilder | 
| Constructor and Description | 
|---|
| FormattedBody(ContentRepresentation representation,
             String value) | 
| Modifier and Type | Method and Description | 
|---|---|
| static FormattedBody.FormattedBodyBuilder | builder() | 
| ContentRepresentation | getRepresentation() | 
| String | getValue() | 
| WebResourceDependencies | getWebresource() | 
public FormattedBody(ContentRepresentation representation, String value)
public static FormattedBody.FormattedBodyBuilder builder()
public ContentRepresentation getRepresentation()
public String getValue()
public WebResourceDependencies getWebresource()
Copyright © 2003–2021 Atlassian. All rights reserved.