Uses of Class
de.hybris.platform.b2ctelcoservices.enums.TmaIdentificationType
Packages that use TmaIdentificationType
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.b2ctelcoservices.jalo package.
-
Uses of TmaIdentificationType in de.hybris.platform.b2ctelcoservices.enums
Fields in de.hybris.platform.b2ctelcoservices.enums declared as TmaIdentificationTypeModifier and TypeFieldDescriptionstatic final TmaIdentificationTypeTmaIdentificationType.DRIVING_LICENSEGenerated enum value for TmaIdentificationType.DRIVING_LICENSE declared at extension tuadatacommonsservices.static final TmaIdentificationTypeTmaIdentificationType.NATIONAL_IDGenerated enum value for TmaIdentificationType.NATIONAL_ID declared at extension tuadatacommonsservices.static final TmaIdentificationTypeTmaIdentificationType.PASSPORTGenerated enum value for TmaIdentificationType.PASSPORT declared at extension tuadatacommonsservices.static final TmaIdentificationTypeTmaIdentificationType.SOCIAL_SECURITYGenerated enum value for TmaIdentificationType.SOCIAL_SECURITY declared at extension tuadatacommonsservices.Methods in de.hybris.platform.b2ctelcoservices.enums that return TmaIdentificationTypeModifier and TypeMethodDescriptionstatic TmaIdentificationTypeReturns a TmaIdentificationType instance representing the specified enum value. -
Uses of TmaIdentificationType in de.hybris.platform.b2ctelcoservices.model
Methods in de.hybris.platform.b2ctelcoservices.model that return TmaIdentificationTypeModifier and TypeMethodDescriptionTmaIdentificationModel.getIdentificationType()Generated method - Getter of theTmaIdentification.identificationTypeattribute defined at extensiontuadatacommonsservices.Methods in de.hybris.platform.b2ctelcoservices.model with parameters of type TmaIdentificationTypeModifier and TypeMethodDescriptionvoidTmaIdentificationModel.setIdentificationType(TmaIdentificationType value) Generated method - Setter ofTmaIdentification.identificationTypeattribute defined at extensiontuadatacommonsservices.Constructors in de.hybris.platform.b2ctelcoservices.model with parameters of type TmaIdentificationTypeModifierConstructorDescriptionTmaIdentificationModel(String _identificationNumber, TmaIdentificationType _identificationType) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTmaIdentificationModel(String _identificationNumber, TmaIdentificationType _identificationType, ItemModel _owner) 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