public abstract class Document extends Object implements ASiCEAttachable
| Modifier and Type | Class and Description |
|---|---|
static class |
Document.FileType |
| Modifier | Constructor and Description |
|---|---|
protected |
Document(String title,
String message,
String fileName,
Document.FileType fileType,
byte[] document) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getFileName() |
String |
getMessage() |
String |
getMimeType() |
String |
getTitle() |
protected Document(String title, String message, String fileName, Document.FileType fileType, byte[] document)
public String getFileName()
getFileName in interface ASiCEAttachablepublic byte[] getBytes()
getBytes in interface ASiCEAttachablepublic String getMimeType()
getMimeType in interface ASiCEAttachablepublic String getTitle()
public String getMessage()
Copyright © 2018 Digipost. All rights reserved.