public interface Attachment
| Modifier and Type | Method and Description |
|---|---|
InputStream |
contents()
The contents of this attachment.
|
User |
creator()
This attachment's creator.
|
Attachments |
delete()
Delete this attachment.
|
String |
name()
This attachment's name.
|
String name()
User creator() throws IOException, UnauthorizedException
IOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationInputStream contents() throws IOException
IOException - if the server is unavailableAttachments delete() throws IOException, UnauthorizedException
Attachments APIIOException - if the server is unavailableUnauthorizedException - if the user's Login is not authorized to perform this
operationCopyright © 2017–2018 George Aristy. All rights reserved.