no.digipost.api.client.representations
Class Message
java.lang.Object
no.digipost.api.client.representations.Representation
no.digipost.api.client.representations.MessageBase
no.digipost.api.client.representations.Message
public class Message
- extends MessageBase
Constructor Summary |
Message(String messageId,
String subject,
DigipostAddress digipostAdress,
boolean smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
Link... links)
|
Message(String messageId,
String subject,
PersonalIdentificationNumber id,
boolean smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
Link... links)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deliveredDate
protected org.joda.time.DateTime deliveredDate
subject
protected String subject
recipients
protected List<Recipient> recipients
personalIdentificationNumbers
protected List<String> personalIdentificationNumbers
smsNotification
protected boolean smsNotification
status
protected MessageStatus status
authenticationLevel
protected AuthenticationLevel authenticationLevel
sensitivityLevel
protected SensitivityLevel sensitivityLevel
Message
public Message(String messageId,
String subject,
PersonalIdentificationNumber id,
boolean smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
Link... links)
Message
public Message(String messageId,
String subject,
DigipostAddress digipostAdress,
boolean smsVarsling,
AuthenticationLevel authenticationLevel,
SensitivityLevel sensitivityLevel,
Link... links)
getSubject
public String getSubject()
hasSubject
public boolean hasSubject()
getStatus
public MessageStatus getStatus()
setStatus
public void setStatus(MessageStatus status)
isSmsNotification
public boolean isSmsNotification()
getAuthenticationLevel
public AuthenticationLevel getAuthenticationLevel()
getSensitivityLevel
public SensitivityLevel getSensitivityLevel()
getRecipients
public List<Recipient> getRecipients()
getPersonalIdentificationNumbers
public List<String> getPersonalIdentificationNumbers()
getLinks
protected List<Link> getLinks()
setLinks
protected void setLinks(List<Link> links)
isSameMessageAs
public boolean isSameMessageAs(Object message)
- Specified by:
isSameMessageAs
in class MessageBase
Copyright © 2012 Digipost Open Source. All Rights Reserved.