Uses of Class
com.atlassian.confluence.plugins.rest.jackson2.entities.AttachmentEntity
Packages that use AttachmentEntity
Package
Description
-
Uses of AttachmentEntity in com.atlassian.confluence.plugins.rest.jackson2.entities
Methods in com.atlassian.confluence.plugins.rest.jackson2.entities that return types with arguments of type AttachmentEntityModifier and TypeMethodDescriptionAttachmentEntityList.getAttachments()
List of attachments returned.com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<AttachmentEntity>
AttachmentEntityList.getCallback()
Constructor parameters in com.atlassian.confluence.plugins.rest.jackson2.entities with type arguments of type AttachmentEntityModifierConstructorDescriptionAttachmentEntityList
(int size, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<AttachmentEntity> callback) -
Uses of AttachmentEntity in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.jackson2.entities.documentation declared as AttachmentEntityModifier and TypeFieldDescriptionstatic final AttachmentEntity
AttachmentEntityExampleDocument.ATTACHMENT_ENTITY
-
Uses of AttachmentEntity in com.atlassian.confluence.plugins.rest.jackson2.manager
Methods in com.atlassian.confluence.plugins.rest.jackson2.manager that return AttachmentEntityModifier and TypeMethodDescriptionDefaultRestAttachmentManager.convertToAttachmentEntity
(Attachment attachment) RestAttachmentManager.convertToAttachmentEntity
(Attachment attachment) Convert a Confluence model object into its REST representation.DefaultRestAttachmentManager.getAttachmentEntity
(Long attachmentId) RestAttachmentManager.getAttachmentEntity
(Long attachmentId) Gets theAttachmentEntity
object for the given id.