Uses of Class
com.inteliqua.rest.coupon.payload.CouponRequestAction
-
Packages that use CouponRequestAction Package Description com.inteliqua.rest.coupon.payload -
-
Uses of CouponRequestAction in com.inteliqua.rest.coupon.payload
Methods in com.inteliqua.rest.coupon.payload that return CouponRequestAction Modifier and Type Method Description static CouponRequestActionCouponRequestAction. resolveCouponRequestActionValue(String action)Resolves the given action string to the correspondingCouponRequestAction.static CouponRequestActionCouponRequestAction. valueOf(String name)Returns the enum constant of this type with the specified name.static CouponRequestAction[]CouponRequestAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-