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