public class PrintDetails extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PrintDetails.NondeliverableHandling |
static class |
PrintDetails.PostType |
static class |
PrintDetails.PrintColors |
Modifier and Type | Field and Description |
---|---|
protected PrintDetails.NondeliverableHandling |
nondeliverableHandling |
protected PrintDetails.PostType |
postType |
protected PrintDetails.PrintColors |
printColors |
protected PrintRecipient |
recipient |
protected PrintRecipient |
returnAddress |
Constructor and Description |
---|
PrintDetails(PrintRecipient recipient,
PrintRecipient returnAddress,
PrintDetails.PostType postType) |
PrintDetails(PrintRecipient recipient,
PrintRecipient returnAddress,
PrintDetails.PostType postType,
PrintDetails.PrintColors colors,
PrintDetails.NondeliverableHandling nondeliverableHandling) |
Modifier and Type | Method and Description |
---|---|
PrintDetails.NondeliverableHandling |
getNondeliverableHandling() |
PrintDetails.PostType |
getPostType() |
PrintDetails.PrintColors |
getPrintColors() |
PrintRecipient |
getRecipient() |
PrintRecipient |
getReturnAddress() |
protected PrintRecipient recipient
protected PrintRecipient returnAddress
protected PrintDetails.PostType postType
protected PrintDetails.PrintColors printColors
protected PrintDetails.NondeliverableHandling nondeliverableHandling
public PrintDetails(PrintRecipient recipient, PrintRecipient returnAddress, PrintDetails.PostType postType)
public PrintDetails(PrintRecipient recipient, PrintRecipient returnAddress, PrintDetails.PostType postType, PrintDetails.PrintColors colors, PrintDetails.NondeliverableHandling nondeliverableHandling)
public PrintRecipient getRecipient()
public PrintRecipient getReturnAddress()
public PrintDetails.PostType getPostType()
public PrintDetails.PrintColors getPrintColors()
public PrintDetails.NondeliverableHandling getNondeliverableHandling()
Copyright © 2016 Digipost Open Source. All rights reserved.