Uses of Class
net.pricefx.common.api.RebateRecordStatus
-
Packages that use RebateRecordStatus Package Description net.pricefx.common.api Provides several classes commonly used in Pricefx API. -
-
Uses of RebateRecordStatus in net.pricefx.common.api
Methods in net.pricefx.common.api that return RebateRecordStatus Modifier and Type Method Description static RebateRecordStatus
RebateRecordStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static RebateRecordStatus[]
RebateRecordStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-