public class AttachmentAdapterImpl extends Object implements AttachmentStore.AttachmentAdapter
| Constructor and Description |
|---|
AttachmentAdapterImpl(Long id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static AttachmentAdapterImpl |
fromAttachment(Attachment attachment) |
String |
getFilename() |
Long |
getId() |
public Long getId()
getId in interface AttachmentStore.AttachmentAdapterpublic String getFilename()
getFilename in interface AttachmentStore.AttachmentAdapterpublic static AttachmentAdapterImpl fromAttachment(Attachment attachment)
Copyright © 2002-2015 Atlassian. All Rights Reserved.