Uses of Class
no.digipost.api.client.representations.NameAndAddress
-
Packages that use NameAndAddress 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 NameAndAddress in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as NameAndAddress Modifier and Type Field Description protected NameAndAddress
Identification. nameAndAddress
protected NameAndAddress
MessageRecipient. nameAndAddress
Methods in no.digipost.api.client.representations that return NameAndAddress Modifier and Type Method Description NameAndAddress
Identification. getNameAndAddress()
NameAndAddress
MessageRecipient. getNameAndAddress()
Methods in no.digipost.api.client.representations with parameters of type NameAndAddress Modifier and Type Method Description Message.MessageBuilder
Message.MessageBuilder. recipient(NameAndAddress nameAndAddress)
Constructors in no.digipost.api.client.representations with parameters of type NameAndAddress Constructor Description Identification(NameAndAddress nameAndAddress)
Identification(NameAndAddress nameAndAddress, boolean includePersonaliasForDigipostUser)
MessageRecipient(NameAndAddress nameAndAddress)
MessageRecipient(NameAndAddress nameAndAddress, PrintDetails printDetails)
-