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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutoActivation()BooleangetRecoveryCodeCreated()voidsetAutoActivation(Boolean autoActivation)voidsetRecoveryCodeCreated(Boolean recoveryCodeCreated)StringtoString()MobileUserwithAutoActivation(Boolean autoActivation)MobileUserwithRecoveryCodeCreated(Boolean recoveryCodeCreated)
-
-
-
Method Detail
-
getAutoActivation
public Boolean getAutoActivation()
-
setAutoActivation
public void setAutoActivation(Boolean autoActivation)
-
withAutoActivation
public MobileUser withAutoActivation(Boolean autoActivation)
-
getRecoveryCodeCreated
public Boolean getRecoveryCodeCreated()
-
setRecoveryCodeCreated
public void setRecoveryCodeCreated(Boolean recoveryCodeCreated)
-
withRecoveryCodeCreated
public MobileUser withRecoveryCodeCreated(Boolean recoveryCodeCreated)
-
-