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