Class ProfileQueryExtension
- java.lang.Object
-
- ch.swisscom.mid.client.rest.model.profqresp.ProfileQueryExtension
-
public class ProfileQueryExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description ProfileQueryExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MobileUsergetMobileUser()SscdsgetSscds()voidsetMobileUser(MobileUser mobileUser)voidsetSscds(Sscds sscds)StringtoString()ProfileQueryExtensionwithMobileUser(MobileUser mobileUser)ProfileQueryExtensionwithSscds(Sscds sscds)
-
-
-
Method Detail
-
getMobileUser
public MobileUser getMobileUser()
-
setMobileUser
public void setMobileUser(MobileUser mobileUser)
-
withMobileUser
public ProfileQueryExtension withMobileUser(MobileUser mobileUser)
-
getSscds
public Sscds getSscds()
-
setSscds
public void setSscds(Sscds sscds)
-
withSscds
public ProfileQueryExtension withSscds(Sscds sscds)
-
-