| java.lang.Object | ||
| ↳ | com.atlassian.confluence.plugins.rest.resources.AbstractResource | |
| ↳ | com.atlassian.confluence.plugins.rest.resources.AttachmentResource | |
|
[Expand]
Inherited Fields | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.plugins.rest.resources.AbstractResource
| |||||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method will always return HTTP 404 (not found) as it can not find
attachments without an ID.
| |||||||||||
Returns a full representation of the attachment for the given ID.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.plugins.rest.resources.AbstractResource
| |||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||
This method will always return HTTP 404 (not found) as it can not find attachments without an ID.
Returns a full representation of the attachment for the given ID. The ID is that of an attachment and not the page it is attached to.

