Uses of Class
ru.easydonate.easydonate4j.api.v3.data.model.shop.ActivityFlag
-
Packages that use ActivityFlag Package Description ru.easydonate.easydonate4j.api.v3.client ru.easydonate.easydonate4j.api.v3.data.model.shop -
-
Uses of ActivityFlag in ru.easydonate.easydonate4j.api.v3.client
Methods in ru.easydonate.easydonate4j.api.v3.client with parameters of type ActivityFlag Modifier and Type Method Description @NotNull CouponsListEasyDonateClient. getCouponsList(@NotNull ActivityFlag activityFlag)Get the list of all coupons with the activity filter.@NotNull CouponsListSimpleEasyDonateClient. getCouponsList(@NotNull ActivityFlag activityFlag)@NotNull MassSalesListEasyDonateClient. getMassSalesList(@NotNull ActivityFlag activityFlag)Get the list of all mass sales with the activity filter.@NotNull MassSalesListSimpleEasyDonateClient. getMassSalesList(@NotNull ActivityFlag activityFlag) -
Uses of ActivityFlag in ru.easydonate.easydonate4j.api.v3.data.model.shop
Methods in ru.easydonate.easydonate4j.api.v3.data.model.shop that return ActivityFlag Modifier and Type Method Description static ActivityFlagActivityFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivityFlag[]ActivityFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-