Uses of Class
no.digipost.api.client.representations.ForeignAddress
-
Packages that use ForeignAddress 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 ForeignAddress in no.digipost.api.client.representations
Fields in no.digipost.api.client.representations declared as ForeignAddress Modifier and Type Field Description protected ForeignAddress
PrintRecipient. foreignAddress
Methods in no.digipost.api.client.representations that return ForeignAddress Modifier and Type Method Description ForeignAddress
PrintRecipient. getForeignAddress()
Methods in no.digipost.api.client.representations with parameters of type ForeignAddress Modifier and Type Method Description boolean
ForeignAddress. isSameAddressAs(ForeignAddress other)
Constructors in no.digipost.api.client.representations with parameters of type ForeignAddress Constructor Description PrintRecipient(String name, ForeignAddress foreignAddress)
-