Uses of Class
no.digipost.api.client.representations.PrintDetails.PrintColors
-
Packages that use PrintDetails.PrintColors 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.PrintColors in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as PrintDetails.PrintColors Modifier and Type Field Description protected PrintDetails.PrintColors
PrintDetails. printColors
Methods in no.digipost.api.client.representations that return PrintDetails.PrintColors Modifier and Type Method Description PrintDetails.PrintColors
PrintDetails. getPrintColors()
static PrintDetails.PrintColors
PrintDetails.PrintColors. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrintDetails.PrintColors[]
PrintDetails.PrintColors. 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.PrintColors Constructor Description PrintDetails(PrintRecipient recipient, PrintRecipient returnAddress, PrintDetails.PrintColors colors, PrintDetails.NondeliverableHandling nondeliverableHandling)
-