public class PrintDetails extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PrintDetails.NondeliverableHandling |
static class |
PrintDetails.PrintColors |
Modifier and Type | Field and Description |
---|---|
protected PrintDetails.NondeliverableHandling |
nondeliverableHandling |
protected PrintDetails.PrintColors |
printColors |
protected PrintInstructions |
printInstructions |
protected PrintRecipient |
recipient |
protected PrintRecipient |
returnAddress |
Constructor and Description |
---|
PrintDetails(PrintRecipient recipient,
PrintRecipient returnAddress) |
PrintDetails(PrintRecipient recipient,
PrintRecipient returnAddress,
PrintDetails.PrintColors colors,
PrintDetails.NondeliverableHandling nondeliverableHandling) |
Modifier and Type | Method and Description |
---|---|
PrintDetails.NondeliverableHandling |
getNondeliverableHandling() |
PrintDetails.PrintColors |
getPrintColors() |
PrintRecipient |
getRecipient() |
PrintRecipient |
getReturnAddress() |
void |
setInstruction(List<PrintInstruction> instructions) |
protected PrintRecipient recipient
protected PrintRecipient returnAddress
protected PrintDetails.PrintColors printColors
protected PrintDetails.NondeliverableHandling nondeliverableHandling
protected PrintInstructions printInstructions
public PrintDetails(PrintRecipient recipient, PrintRecipient returnAddress)
public PrintDetails(PrintRecipient recipient, PrintRecipient returnAddress, PrintDetails.PrintColors colors, PrintDetails.NondeliverableHandling nondeliverableHandling)
public void setInstruction(List<PrintInstruction> instructions)
public PrintRecipient getRecipient()
public PrintRecipient getReturnAddress()
public PrintDetails.PrintColors getPrintColors()
public PrintDetails.NondeliverableHandling getNondeliverableHandling()
Copyright © 2018 Digipost. All rights reserved.