Class LegacyAttachmentResource
- java.lang.Object
-
- com.atlassian.confluence.ui.rest.content.LegacyAttachmentResource
-
@Deprecated public class LegacyAttachmentResource extends Object
Deprecated.since 5.10. Use the official REST API that lives in confluence-rest-resources.
-
-
Constructor Summary
Constructors Constructor Description LegacyAttachmentResource(AttachmentService attachmentService)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.ws.rs.core.Response
addLabels(Long attachmentId, List<Label> labels)
Deprecated.javax.ws.rs.core.Response
deleteLabel(Long attachmentId, Long labelId)
Deprecated.javax.ws.rs.core.Response
getLabels(Long attachmentId, List<String> prefixes)
Deprecated.
-
-
-
Constructor Detail
-
LegacyAttachmentResource
public LegacyAttachmentResource(AttachmentService attachmentService)
Deprecated.
-
-