Modifier and Type | Field and Description |
---|---|
protected AuthenticationLevel |
authenticationLevel |
protected String |
digipostFileType |
protected Boolean |
preEncrypt |
protected RecipientIdentification |
recipient |
protected Long |
senderId |
protected SensitivityLevel |
sensitivityLevel |
protected SmsNotification |
smsNotification |
protected String |
subject |
protected String |
uuid |
Constructor and Description |
---|
Message(String uuid,
PrintDetails printDetails) |
Message(String uuid,
String subject,
DigipostAddress digipostAdress,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
FileType digipostFileType) |
Message(String uuid,
String subject,
NameAndAddress nameAndAddress,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
FileType digipostFileType) |
Message(String uuid,
String subject,
OrganisationNumber id,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
FileType digipostFileType) |
Message(String uuid,
String subject,
PersonalIdentificationNumber id,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
FileType digipostFileType) |
Message(String uuid,
String subject,
RecipientIdentification recipient,
SmsNotification smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
FileType digipostFileType) |
Modifier and Type | Method and Description |
---|---|
AuthenticationLevel |
getAuthenticationLevel() |
FileType |
getDigipostFileType() |
RecipientIdentification |
getRecipient() |
SensitivityLevel |
getSensitivityLevel() |
SmsNotification |
getSmsNotification() |
String |
getSubject() |
String |
getUuid() |
boolean |
hasSubject() |
boolean |
isDirectPrint() |
boolean |
isPreEncrypt() |
boolean |
isSameMessageAs(Message message) |
void |
setDigipostFileType(FileType fileType) |
void |
setPreEncrypt() |
void |
setPreEncrypt(boolean preEncrypt) |
void |
setSenderId(long senderId)
Only neccessary when sending on behalf of another user.
|
protected String uuid
protected Long senderId
protected Boolean preEncrypt
protected String subject
protected RecipientIdentification recipient
protected SmsNotification smsNotification
protected AuthenticationLevel authenticationLevel
protected SensitivityLevel sensitivityLevel
protected String digipostFileType
public Message(String uuid, String subject, PersonalIdentificationNumber id, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, FileType digipostFileType)
public Message(String uuid, String subject, OrganisationNumber id, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, FileType digipostFileType)
public Message(String uuid, String subject, DigipostAddress digipostAdress, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, FileType digipostFileType)
public Message(String uuid, String subject, NameAndAddress nameAndAddress, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, FileType digipostFileType)
public Message(String uuid, String subject, RecipientIdentification recipient, SmsNotification smsVarsling, AuthenticationLevel authenticationLevel, SensitivityLevel sensitivityLevel, FileType digipostFileType)
public Message(String uuid, PrintDetails printDetails)
public String getSubject()
public boolean hasSubject()
public SmsNotification getSmsNotification()
public AuthenticationLevel getAuthenticationLevel()
public SensitivityLevel getSensitivityLevel()
public RecipientIdentification getRecipient()
public String getUuid()
public boolean isPreEncrypt()
public boolean isSameMessageAs(Message message)
public void setPreEncrypt()
public void setSenderId(long senderId)
public void setPreEncrypt(boolean preEncrypt)
public boolean isDirectPrint()
public FileType getDigipostFileType()
public void setDigipostFileType(FileType fileType)
Copyright © 2014 Digipost Open Source. All rights reserved.