Uses of Class
com.atlassian.confluence.plugins.rest.entities.AttachmentEntityList
-
-
Uses of AttachmentEntityList in com.atlassian.confluence.plugins.rest.entities
Methods in com.atlassian.confluence.plugins.rest.entities that return AttachmentEntityList Modifier and Type Method Description AttachmentEntityListContentEntity. getAttachments()Methods in com.atlassian.confluence.plugins.rest.entities with parameters of type AttachmentEntityList Modifier and Type Method Description voidContentEntity. setAttachments(AttachmentEntityList attachmentEntityList) -
Uses of AttachmentEntityList in com.atlassian.confluence.plugins.rest.entities.documentation
Fields in com.atlassian.confluence.plugins.rest.entities.documentation declared as AttachmentEntityList Modifier and Type Field Description static AttachmentEntityListAttachmentEntityExampleDocument. ATTACHMENT_ENTITY_LIST_EXPANDED -
Uses of AttachmentEntityList in com.atlassian.confluence.plugins.rest.manager
Methods in com.atlassian.confluence.plugins.rest.manager that return AttachmentEntityList Modifier and Type Method Description AttachmentEntityListDefaultRestAttachmentManager. createAttachmentEntityListForContent(ContentEntityObject object)AttachmentEntityListRestAttachmentManager. createAttachmentEntityListForContent(ContentEntityObject object)Create aAttachmentEntityListobject for the given ContentEntityObject
-