Class UserAccount
- java.lang.Object
-
- no.digipost.api.client.representations.accounts.UserAccount
-
public class UserAccount extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UserAccount(DigipostAddress digipostAddress, EncryptionKey encryptionKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DigipostAddressgetDigipostAddress()EncryptionKeygetEncryptionKey()java.lang.StringtoString()
-
-
-
Constructor Detail
-
UserAccount
public UserAccount(DigipostAddress digipostAddress, EncryptionKey encryptionKey)
-
-
Method Detail
-
getDigipostAddress
public DigipostAddress getDigipostAddress()
-
getEncryptionKey
public EncryptionKey getEncryptionKey()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-