Uses of Class
com.foxinmy.weixin4j.mp.type.DatacuteCountIntervalType
-
Packages that use DatacuteCountIntervalType Package Description com.foxinmy.weixin4j.mp.datacube com.foxinmy.weixin4j.mp.type -
-
Uses of DatacuteCountIntervalType in com.foxinmy.weixin4j.mp.datacube
Methods in com.foxinmy.weixin4j.mp.datacube that return DatacuteCountIntervalType Modifier and Type Method Description DatacuteCountIntervalType
UpstreamMsgDist. getFormatCountInterval()
-
Uses of DatacuteCountIntervalType in com.foxinmy.weixin4j.mp.type
Methods in com.foxinmy.weixin4j.mp.type that return DatacuteCountIntervalType Modifier and Type Method Description static DatacuteCountIntervalType
DatacuteCountIntervalType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatacuteCountIntervalType[]
DatacuteCountIntervalType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-