Uses of Enum Class
com.skava.oms.orchestration.model.PreferredContactEnum
Packages that use PreferredContactEnum
Package
Description
Oms orchestration model classes are available here
Oms transformation classes are available here
-
Uses of PreferredContactEnum in com.skava.oms.orchestration.model
Methods in com.skava.oms.orchestration.model that return PreferredContactEnumModifier and TypeMethodDescriptionstatic PreferredContactEnum
Returns the enum constant of this class with the specified name.static PreferredContactEnum[]
PreferredContactEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PreferredContactEnum in com.skava.oms.orchestration.transformation
Methods in com.skava.oms.orchestration.transformation that return PreferredContactEnumModifier and TypeMethodDescriptionstatic PreferredContactEnum
OMSTransactionReturnShippingEx.getPreferredContactEnumfromValue
(String text) This method is used to get preferred contact enum object based on the provided input.static PreferredContactEnum
OMSTransformationOrderCustomer.getPreferredContactEnumfromValue
(String text) This method is used to get preferred contact enum object based on the provided input.