Class PrintDetails
java.lang.Object
no.digipost.api.client.representations.PrintDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PrintDetails.NondeliverableHandling
protected PrintDetails.PrintColors
protected PrintInstructions
protected PrintRecipient
protected PrintRecipient
-
Constructor Summary
ConstructorsConstructorDescriptionPrintDetails
(PrintRecipient recipient, PrintRecipient returnAddress) PrintDetails
(PrintRecipient recipient, PrintRecipient returnAddress, PrintDetails.PrintColors colors, PrintDetails.NondeliverableHandling nondeliverableHandling) -
Method Summary
-
Field Details
-
recipient
-
returnAddress
-
printColors
-
nondeliverableHandling
-
printInstructions
-
-
Constructor Details
-
PrintDetails
-
PrintDetails
public PrintDetails(PrintRecipient recipient, PrintRecipient returnAddress, PrintDetails.PrintColors colors, PrintDetails.NondeliverableHandling nondeliverableHandling)
-
-
Method Details
-
setInstruction
-
getRecipient
-
getReturnAddress
-
getPrintColors
-
getNondeliverableHandling
-