Uses of Enum Class
de.hybris.platform.apiregistryservices.enums.DestinationChannel
Packages that use DestinationChannel
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 package.
-
Uses of DestinationChannel in de.hybris.platform.apiregistryservices.enums
Methods in de.hybris.platform.apiregistryservices.enums that return DestinationChannelModifier and TypeMethodDescriptionstatic DestinationChannelReturns the enum constant of this class with the specified name.static DestinationChannel[]DestinationChannel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DestinationChannel in de.hybris.platform.apiregistryservices.model
Methods in de.hybris.platform.apiregistryservices.model that return DestinationChannelModifier and TypeMethodDescriptionDestinationTargetModel.getDestinationChannel()Generated method - Getter of theDestinationTarget.destinationChannelattribute defined at extensionapiregistryservices.EventExportDeadLetterModel.getDestinationChannel()Generated method - Getter of theEventExportDeadLetter.destinationChannelattribute defined at extensionapiregistryservices.Methods in de.hybris.platform.apiregistryservices.model with parameters of type DestinationChannelModifier and TypeMethodDescriptionvoidDestinationTargetModel.setDestinationChannel(DestinationChannel value) Generated method - Setter ofDestinationTarget.destinationChannelattribute defined at extensionapiregistryservices.voidEventExportDeadLetterModel.setDestinationChannel(DestinationChannel value) Generated method - Setter ofEventExportDeadLetter.destinationChannelattribute defined at extensionapiregistryservices.Constructors in de.hybris.platform.apiregistryservices.model with parameters of type DestinationChannelModifierConstructorDescriptionEventExportDeadLetterModel(DestinationChannel _destinationChannel, DestinationTargetModel _destinationTarget, String _error, String _eventType, String _id, ItemModel _owner, String _payload, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEventExportDeadLetterModel(DestinationChannel _destinationChannel, DestinationTargetModel _destinationTarget, String _error, String _eventType, String _id, String _payload, Date _timestamp) 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