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