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 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() |
protected PrintRecipient recipient
protected PrintRecipient returnAddress
protected PrintDetails.PrintColors printColors
protected PrintDetails.NondeliverableHandling nondeliverableHandling
public PrintDetails(PrintRecipient recipient, PrintRecipient returnAddress)
public PrintDetails(PrintRecipient recipient, PrintRecipient returnAddress, PrintDetails.PrintColors colors, PrintDetails.NondeliverableHandling nondeliverableHandling)
public PrintRecipient getRecipient()
public PrintRecipient getReturnAddress()
public PrintDetails.PrintColors getPrintColors()
public PrintDetails.NondeliverableHandling getNondeliverableHandling()
Copyright © 2018 Digipost. All rights reserved.