Uses of Class
de.hybris.datasupplier.data.DSSendResult.SupplyStatus
-
Packages that use DSSendResult.SupplyStatus Package Description de.hybris.datasupplier.data -
-
Uses of DSSendResult.SupplyStatus in de.hybris.datasupplier.data
Methods in de.hybris.datasupplier.data that return DSSendResult.SupplyStatus Modifier and Type Method Description DSSendResult.SupplyStatusDSSendResult. getSupplyStatus()static DSSendResult.SupplyStatusDSSendResult.SupplyStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DSSendResult.SupplyStatus[]DSSendResult.SupplyStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.hybris.datasupplier.data with parameters of type DSSendResult.SupplyStatus Constructor Description DSSendResult(DSSendResult.SupplyStatus supplyStatus)DSSendResult(DSSendResult.SupplyStatus supplyStatus, java.lang.String payload)
-