Class Refs
java.lang.Object
com.atlassian.confluence.impl.pages.attachments.filesystem.model.Refs
Provides factory methods for creating
AttachmentRef types.- Since:
- 7.12
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttachmentRef.Containerref(ContentEntityObject attachmentContainer) static AttachmentRefref(Attachment attachment) static AttachmentRef.Space
-
Method Details
-
ref
- Returns:
- an
AttachmentReffor the givenAttachment.
-
ref
- Returns:
- an
AttachmentRef.Spacefor the givenSpace.
-
ref
- Returns:
- an
AttachmentRef.Containerfor the givenContentEntityObject.
-