Uses of Class
de.hybris.platform.core.enums.PhoneContactInfoType
Packages that use PhoneContactInfoType
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
-
Uses of PhoneContactInfoType in de.hybris.platform.core.enums
Fields in de.hybris.platform.core.enums declared as PhoneContactInfoTypeModifier and TypeFieldDescriptionstatic final PhoneContactInfoTypePhoneContactInfoType.HOMEGenerated enum value for PhoneContactInfoType.HOME declared at extension core.static final PhoneContactInfoTypePhoneContactInfoType.MOBILEGenerated enum value for PhoneContactInfoType.MOBILE declared at extension core.static final PhoneContactInfoTypePhoneContactInfoType.WORKGenerated enum value for PhoneContactInfoType.WORK declared at extension core.Methods in de.hybris.platform.core.enums that return PhoneContactInfoTypeModifier and TypeMethodDescriptionstatic PhoneContactInfoTypeReturns a PhoneContactInfoType instance representing the specified enum value. -
Uses of PhoneContactInfoType in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return PhoneContactInfoTypeModifier and TypeMethodDescriptionPhoneContactInfoModel.getType()Generated method - Getter of thePhoneContactInfo.typeattribute defined at extensioncore.Methods in de.hybris.platform.core.model.user with parameters of type PhoneContactInfoTypeModifier and TypeMethodDescriptionvoidPhoneContactInfoModel.setType(PhoneContactInfoType value) Generated method - Setter ofPhoneContactInfo.typeattribute defined at extensioncore.Constructors in de.hybris.platform.core.model.user with parameters of type PhoneContactInfoTypeModifierConstructorDescriptionPhoneContactInfoModel(String _code, ItemModel _owner, String _phoneNumber, PhoneContactInfoType _type, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPhoneContactInfoModel(String _code, String _phoneNumber, PhoneContactInfoType _type, UserModel _user) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters