Modifier and Type | Method and Description |
---|---|
List<AttachmentEntity> |
AttachmentEntityList.getAttachments()
List of attachments returned.
|
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AttachmentEntity> |
AttachmentEntityList.getCallback() |
Constructor and Description |
---|
AttachmentEntityList(int size,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AttachmentEntity> callback) |
Modifier and Type | Field and Description |
---|---|
static AttachmentEntity |
AttachmentEntityExampleDocument.ATTACHMENT_ENTITY |
Modifier and Type | Method and Description |
---|---|
AttachmentEntity |
RestAttachmentManager.convertToAttachmentEntity(Attachment attachment)
Convert a Confluence model object into its REST representation.
|
AttachmentEntity |
DefaultRestAttachmentManager.convertToAttachmentEntity(Attachment attachment) |
AttachmentEntity |
RestAttachmentManager.getAttachmentEntity(Long attachmentId)
Gets the
AttachmentEntity object for the given id. |
AttachmentEntity |
DefaultRestAttachmentManager.getAttachmentEntity(Long attachmentId) |
Copyright © 2003–2015 Atlassian. All rights reserved.