public final class CreateAttachment
extends java.lang.Object
| Constructor and Description |
|---|
CreateAttachment(org.tiogasolutions.notify.pub.NotificationRef notificationRef,
java.lang.String attachmentName,
java.lang.String contentType,
byte[] content) |
CreateAttachment(org.tiogasolutions.notify.pub.NotificationRef notificationRef,
java.lang.String attachmentName,
java.lang.String contentType,
java.io.InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
java.lang.String |
getAttachmentName() |
java.lang.String |
getContentType() |
java.io.InputStream |
getInputStream() |
org.tiogasolutions.notify.pub.NotificationRef |
getNotificationRef() |
public CreateAttachment(org.tiogasolutions.notify.pub.NotificationRef notificationRef,
java.lang.String attachmentName,
java.lang.String contentType,
java.io.InputStream inputStream)
public CreateAttachment(org.tiogasolutions.notify.pub.NotificationRef notificationRef,
java.lang.String attachmentName,
java.lang.String contentType,
byte[] content)
public org.tiogasolutions.notify.pub.NotificationRef getNotificationRef()
public java.lang.String getAttachmentName()
public java.lang.String getContentType()
public java.io.InputStream getInputStream()
public void dispose()