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