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 AttachmentEntityAttachmentEntityExampleDocument. 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 AttachmentEntityDefaultRestAttachmentManager. convertToAttachmentEntity(Attachment attachment)AttachmentEntityRestAttachmentManager. convertToAttachmentEntity(Attachment attachment)Convert a Confluence model object into its REST representation.AttachmentEntityDefaultRestAttachmentManager. getAttachmentEntity(Long attachmentId)AttachmentEntityRestAttachmentManager. getAttachmentEntity(Long attachmentId)Gets theAttachmentEntityobject for the given id.
-