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