Uses of Enum Class
de.hybris.datasupplier.data.DSSendResult.SupplyStatus
Packages that use DSSendResult.SupplyStatus
-
Uses of DSSendResult.SupplyStatus in de.hybris.datasupplier.data
Methods in de.hybris.datasupplier.data that return DSSendResult.SupplyStatusModifier and TypeMethodDescriptionDSSendResult.getSupplyStatus()static DSSendResult.SupplyStatusReturns the enum constant of this class with the specified name.static DSSendResult.SupplyStatus[]DSSendResult.SupplyStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.hybris.datasupplier.data with parameters of type DSSendResult.SupplyStatusModifierConstructorDescriptionDSSendResult(DSSendResult.SupplyStatus supplyStatus) DSSendResult(DSSendResult.SupplyStatus supplyStatus, String payload)