Class MobileUser
java.lang.Object
ch.swisscom.mid.client.rest.model.profqresp.MobileUser
public class MobileUser extends Object
-
Constructor Summary
Constructors Constructor Description MobileUser() -
Method Summary
Modifier and Type Method Description BooleangetAutoActivation()BooleangetRecoveryCodeCreated()voidsetAutoActivation(Boolean autoActivation)voidsetRecoveryCodeCreated(Boolean recoveryCodeCreated)StringtoString()MobileUserwithAutoActivation(Boolean autoActivation)MobileUserwithRecoveryCodeCreated(Boolean recoveryCodeCreated)
-
Constructor Details
-
MobileUser
public MobileUser()
-
-
Method Details