Uses of Class
com.foxinmy.weixin4j.type.Week
-
Packages that use Week Package Description com.foxinmy.weixin4j.model.card com.foxinmy.weixin4j.type -
-
Uses of Week in com.foxinmy.weixin4j.model.card
Methods in com.foxinmy.weixin4j.model.card with parameters of type Week Modifier and Type Method Description CouponAdvanceInfo.Builder
CouponAdvanceInfo.Builder. timeLimit(Week week, int beginHour, int beignMinute)
设置使用时段限制CouponAdvanceInfo.Builder
CouponAdvanceInfo.Builder. timeLimit(Week week, int beginHour, int beignMinute, int endHour, int endMinute)
设置 使用时段限制 -
Uses of Week in com.foxinmy.weixin4j.type
Methods in com.foxinmy.weixin4j.type that return Week Modifier and Type Method Description static Week
Week. valueOf(String name)
Returns the enum constant of this type with the specified name.static Week[]
Week. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-