Uses of Class
com.atlassian.confluence.plugins.rest.entities.AttachmentEntity
-
-
Uses of AttachmentEntity in com.atlassian.confluence.plugins.rest.entities
Methods in com.atlassian.confluence.plugins.rest.entities that return types with arguments of type AttachmentEntity Modifier and Type Method Description List<AttachmentEntity>
AttachmentEntityList. getAttachments()
List of attachments returned.com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AttachmentEntity>
AttachmentEntityList. getCallback()
Constructor parameters in com.atlassian.confluence.plugins.rest.entities with type arguments of type AttachmentEntity Constructor Description AttachmentEntityList(int size, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<AttachmentEntity> callback)
-
Uses of AttachmentEntity in com.atlassian.confluence.plugins.rest.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as AttachmentEntity Modifier and Type Field Description static AttachmentEntity
AttachmentEntityExampleDocument. ATTACHMENT_ENTITY
-
Uses of AttachmentEntity in com.atlassian.confluence.plugins.rest.manager
Methods in com.atlassian.confluence.plugins.rest.manager that return AttachmentEntity Modifier and Type Method Description AttachmentEntity
DefaultRestAttachmentManager. convertToAttachmentEntity(Attachment attachment)
AttachmentEntity
RestAttachmentManager. convertToAttachmentEntity(Attachment attachment)
Convert a Confluence model object into its REST representation.AttachmentEntity
DefaultRestAttachmentManager. getAttachmentEntity(Long attachmentId)
AttachmentEntity
RestAttachmentManager. getAttachmentEntity(Long attachmentId)
Gets theAttachmentEntity
object for the given id.
-