Uses of Class
de.hybris.platform.apiregistryservices.enums.EventPriority
-
Packages that use EventPriority Package Description de.hybris.platform.apiregistryservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.apiregistryservices.model.events Contains generated models for each type of de.hybris.platform.apiregistryservices.jalo.events package.de.hybris.platform.webhookservices -
-
Uses of EventPriority in de.hybris.platform.apiregistryservices.enums
Methods in de.hybris.platform.apiregistryservices.enums that return EventPriority Modifier and Type Method Description static EventPriorityEventPriority. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventPriority[]EventPriority. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventPriority in de.hybris.platform.apiregistryservices.model.events
Methods in de.hybris.platform.apiregistryservices.model.events that return EventPriority Modifier and Type Method Description EventPriorityEventConfigurationModel. getPriority()Generated method - Getter of theEventConfiguration.priorityattribute defined at extensionapiregistryservices.Methods in de.hybris.platform.apiregistryservices.model.events with parameters of type EventPriority Modifier and Type Method Description voidEventConfigurationModel. setPriority(EventPriority value)Generated method - Setter ofEventConfiguration.priorityattribute defined at extensionapiregistryservices. -
Uses of EventPriority in de.hybris.platform.webhookservices
Methods in de.hybris.platform.webhookservices with parameters of type EventPriority Modifier and Type Method Description EventConfigurationBuilderEventConfigurationBuilder. withPriority(EventPriority p)Specifies priority of the event export.
-