public interface AttachmentResource
extends org.springframework.core.io.Resource
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
long |
getContentLength()
Deprecated.
since 5.10. Use
Resource.contentLength() instead. |
String |
getContentType() |
boolean |
isHidden() |
boolean |
isMinorEdit() |
String getContentType()
@Deprecated long getContentLength()
Resource.contentLength()
instead.String getComment()
boolean isMinorEdit()
Attachment.isMinorEdit()
)boolean isHidden()
Attachment.isHidden()
)Copyright © 2003–2020 Atlassian. All rights reserved.