|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.digipost.api.client.representations.Representation
no.digipost.api.client.representations.MessageBase
no.digipost.api.client.representations.PrintMessage
public class PrintMessage
| Field Summary | |
|---|---|
protected String |
postType
|
protected PrintRecipient |
recipient
|
protected PrintRecipient |
returnAddress
|
protected PrintMessageStatus |
status
|
| Fields inherited from class no.digipost.api.client.representations.MessageBase |
|---|
messageId, preEncrypt, senderId |
| Fields inherited from class no.digipost.api.client.representations.Representation |
|---|
links |
| Constructor Summary | |
|---|---|
PrintMessage()
|
|
PrintMessage(String messageId,
PrintRecipient recipient,
PrintRecipient returnAddress,
String postType,
Link... links)
|
|
| Method Summary | |
|---|---|
protected List<Link> |
getLinks()
|
String |
getPostType()
|
PrintRecipient |
getRecipient()
|
PrintRecipient |
getReturnAddress()
|
PrintMessageStatus |
getStatus()
|
boolean |
isSameMessageAs(Object message)
|
protected void |
setLinks(List<Link> links)
|
void |
setPostType(String value)
|
void |
setRecipient(PrintRecipient value)
|
void |
setReturnAddress(PrintRecipient value)
|
void |
setStatus(PrintMessageStatus value)
|
| Methods inherited from class no.digipost.api.client.representations.MessageBase |
|---|
getAddContentAndSendLink, getEncryptionKeyLink, getMessageId, getSelfLink, getSenderId, setMessageId, setPreEncrypt, setSenderId, skalPrekrypteres |
| Methods inherited from class no.digipost.api.client.representations.Representation |
|---|
addLink, getLinkByRelationName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PrintRecipient recipient
protected PrintRecipient returnAddress
protected String postType
protected PrintMessageStatus status
| Constructor Detail |
|---|
public PrintMessage()
public PrintMessage(String messageId,
PrintRecipient recipient,
PrintRecipient returnAddress,
String postType,
Link... links)
| Method Detail |
|---|
public PrintRecipient getRecipient()
public void setRecipient(PrintRecipient value)
public PrintRecipient getReturnAddress()
public void setReturnAddress(PrintRecipient value)
public String getPostType()
public void setPostType(String value)
public PrintMessageStatus getStatus()
public void setStatus(PrintMessageStatus value)
protected List<Link> getLinks()
protected void setLinks(List<Link> links)
public boolean isSameMessageAs(Object message)
isSameMessageAs in class MessageBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||