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.AttachmentAdapter
public String getFilename()
getFilename
in interface AttachmentStore.AttachmentAdapter
public static AttachmentAdapterImpl fromAttachment(Attachment attachment)
Copyright © 2002-2017 Atlassian. All Rights Reserved.