Uses of Class
no.digipost.api.client.representations.PrintDetails
-
Packages that use PrintDetails 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 in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as PrintDetails Modifier and Type Field Description protected PrintDetails
MessageRecipient. printDetails
protected PrintDetails
PrintIfNotRegistered. printDetails
protected PrintDetails
PrintIfUnread. printDetails
Methods in no.digipost.api.client.representations that return PrintDetails Modifier and Type Method Description PrintDetails
MessageRecipient. getPrintDetails()
Methods in no.digipost.api.client.representations with parameters of type PrintDetails Modifier and Type Method Description Message.MessageBuilder
Message.MessageBuilder. printDetails(PrintDetails printDetails)
Constructors in no.digipost.api.client.representations with parameters of type PrintDetails Constructor Description MessageRecipient(DigipostAddress digipostAddress, PrintDetails printDetails)
MessageRecipient(NameAndAddress nameAndAddress, PrintDetails printDetails)
MessageRecipient(OrganisationNumber organisationNumber, PrintDetails printDetails)
MessageRecipient(PersonalIdentificationNumber id, PrintDetails printDetails)
MessageRecipient(PrintDetails printDetails)
PrintIfNotRegistered(ZonedDateTime printIfUnreadAfter, PhoneNumber phoneNumber, EmailAddress emailAddress, PrintDetails printDetails)
PrintIfUnread(ZonedDateTime printIfUnreadAfter, PrintDetails printDetails)
-