public class Document extends Representation
Modifier and Type | Field and Description |
---|---|
protected AuthenticationLevel |
authenticationLevel |
protected ContentHash |
contentHash |
protected String |
digipostFileType |
protected String |
openingReceipt |
protected Boolean |
preEncrypt |
protected SensitivityLevel |
sensitivityLevel |
protected SmsNotification |
smsNotification |
protected String |
subject |
protected String |
uuid |
links
Constructor and Description |
---|
Document() |
Document(String uuid,
String subject,
FileType fileType)
Constructor for just the required fields of a document.
|
Document(String uuid,
String subject,
FileType fileType,
String openingReceipt,
SmsNotification smsNotification,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel) |
Modifier and Type | Method and Description |
---|---|
Link |
getAddContentLink() |
protected List<Link> |
getLinks() |
String |
getUuid() |
boolean |
isPreEncrypt() |
void |
setDigipostFileType(FileType fileType) |
void |
setPreEncrypt() |
addLink, getLinkByRelationName
protected String uuid
protected String subject
protected String digipostFileType
protected String openingReceipt
protected SmsNotification smsNotification
protected AuthenticationLevel authenticationLevel
protected SensitivityLevel sensitivityLevel
protected Boolean preEncrypt
protected ContentHash contentHash
public Document()
public Document(String uuid, String subject, FileType fileType)
public Document(String uuid, String subject, FileType fileType, String openingReceipt, SmsNotification smsNotification, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel)
Copyright © 2014 Digipost Open Source. All rights reserved.