Uses of Class
no.digipost.api.client.representations.PrintDetails.NondeliverableHandling
-
Packages that use PrintDetails.NondeliverableHandling Package Description no.digipost.api.client.representations Copyright (C) Posten Norge AS Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of PrintDetails.NondeliverableHandling in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as PrintDetails.NondeliverableHandling Modifier and Type Field Description protected PrintDetails.NondeliverableHandling
PrintDetails. nondeliverableHandling
Methods in no.digipost.api.client.representations that return PrintDetails.NondeliverableHandling Modifier and Type Method Description PrintDetails.NondeliverableHandling
PrintDetails. getNondeliverableHandling()
static PrintDetails.NondeliverableHandling
PrintDetails.NondeliverableHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrintDetails.NondeliverableHandling[]
PrintDetails.NondeliverableHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in no.digipost.api.client.representations with parameters of type PrintDetails.NondeliverableHandling Constructor Description PrintDetails(PrintRecipient recipient, PrintRecipient returnAddress, PrintDetails.PrintColors colors, PrintDetails.NondeliverableHandling nondeliverableHandling)
-