| Package | Description | 
|---|---|
| com.atlassian.confluence.tinymceplugin.rest | |
| com.atlassian.confluence.tinymceplugin.rest.entities | 
| Modifier and Type | Method and Description | 
|---|---|
javax.ws.rs.core.Response | 
DraftsResource.discard(DraftData draftData)  | 
javax.ws.rs.core.Response | 
DraftsResource.save(DraftData draftData,
    boolean ignoreRelations)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DraftData | 
DraftData.create(Draft draft)
Creates a DraftData without the content filled in. 
 | 
DraftData | 
DraftMessage.getDraftData()  | 
| Constructor and Description | 
|---|
DraftMessage(DraftData draftData,
            boolean newPage,
            boolean conflictFound,
            boolean mergeRequired)
A constructor taking the parameters required for a draft message. 
 | 
Copyright © 2003–2022 Atlassian. All rights reserved.