Class UpdateProfileAttrResponseSetting
- java.lang.Object
 - 
- com.cheetahdigital.challenges.core.model.UpdateProfileAttrResponseSetting
 
 
- 
public class UpdateProfileAttrResponseSetting extends java.lang.ObjectUpdate Profile Challenge Response Setting 
- 
- 
Constructor Summary
Constructors Constructor Description UpdateProfileAttrResponseSetting() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ProfileAttribute>getAttributes()java.lang.StringgetSubtype()booleanisValidateProfileAddress()voidsetAttributes(java.util.List<ProfileAttribute> attributes)voidsetSubtype(java.lang.String subtype)voidsetValidateProfileAddress(boolean validateProfileAddress) 
 - 
 
- 
- 
Method Detail
- 
getSubtype
public java.lang.String getSubtype()
 
- 
setSubtype
public void setSubtype(java.lang.String subtype)
 
- 
getAttributes
public java.util.List<ProfileAttribute> getAttributes()
 
- 
setAttributes
public void setAttributes(java.util.List<ProfileAttribute> attributes)
 
- 
isValidateProfileAddress
public boolean isValidateProfileAddress()
 
- 
setValidateProfileAddress
public void setValidateProfileAddress(boolean validateProfileAddress)
 
 - 
 
 -