Uses of Enum Class
de.hybris.platform.apiregistryservices.enums.EventMappingType
Packages that use EventMappingType
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.apiregistryservices.jalo.events package.
-
Uses of EventMappingType in de.hybris.platform.apiregistryservices.enums
Methods in de.hybris.platform.apiregistryservices.enums that return EventMappingTypeModifier and TypeMethodDescriptionstatic EventMappingTypeReturns the enum constant of this class with the specified name.static EventMappingType[]EventMappingType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventMappingType in de.hybris.platform.apiregistryservices.model.events
Methods in de.hybris.platform.apiregistryservices.model.events that return EventMappingTypeModifier and TypeMethodDescriptionEventConfigurationModel.getMappingType()Generated method - Getter of theEventConfiguration.mappingTypeattribute defined at extensionapiregistryservices.Methods in de.hybris.platform.apiregistryservices.model.events with parameters of type EventMappingTypeModifier and TypeMethodDescriptionvoidEventConfigurationModel.setMappingType(EventMappingType value) Generated method - Setter ofEventConfiguration.mappingTypeattribute defined at extensionapiregistryservices.