Uses of Class
com.inteliqua.rest.customer.payload.bookcoupongroup.BookCouponGroupAction
-
Packages that use BookCouponGroupAction Package Description com.inteliqua.rest.customer.payload.bookcoupongroup com.inteliqua.rest.customer.payload.bookcoupongroup.request -
-
Uses of BookCouponGroupAction in com.inteliqua.rest.customer.payload.bookcoupongroup
Methods in com.inteliqua.rest.customer.payload.bookcoupongroup that return BookCouponGroupAction Modifier and Type Method Description static BookCouponGroupActionBookCouponGroupAction. valueOf(String name)Returns the enum constant of this type with the specified name.static BookCouponGroupAction[]BookCouponGroupAction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BookCouponGroupAction in com.inteliqua.rest.customer.payload.bookcoupongroup.request
Methods in com.inteliqua.rest.customer.payload.bookcoupongroup.request that return BookCouponGroupAction Modifier and Type Method Description BookCouponGroupActionMemberBookCouponGroupRequest. getAction()Gets the action to be performed on the book coupon group.Methods in com.inteliqua.rest.customer.payload.bookcoupongroup.request with parameters of type BookCouponGroupAction Modifier and Type Method Description voidMemberBookCouponGroupRequest. setAction(BookCouponGroupAction action)Sets the action to be performed on the book coupon group.
-