Uses of Class
org.sahli.asciidoc.confluence.publisher.client.http.ConfluenceAttachment
-
Packages that use ConfluenceAttachment Package Description org.sahli.asciidoc.confluence.publisher.client.http -
-
Uses of ConfluenceAttachment in org.sahli.asciidoc.confluence.publisher.client.http
Methods in org.sahli.asciidoc.confluence.publisher.client.http that return ConfluenceAttachment Modifier and Type Method Description ConfluenceAttachmentConfluenceClient. getAttachmentByFileName(String contentId, String attachmentFileName)ConfluenceAttachmentConfluenceRestClient. getAttachmentByFileName(String contentId, String attachmentFileName)Methods in org.sahli.asciidoc.confluence.publisher.client.http that return types with arguments of type ConfluenceAttachment Modifier and Type Method Description List<ConfluenceAttachment>ConfluenceClient. getAttachments(String contentId)List<ConfluenceAttachment>ConfluenceRestClient. getAttachments(String contentId)
-