|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatacubeType | |
|---|---|
| com.foxinmy.weixin4j.mp | |
| com.foxinmy.weixin4j.mp.api | |
| com.foxinmy.weixin4j.mp.type | |
| Uses of DatacubeType in com.foxinmy.weixin4j.mp |
|---|
| Methods in com.foxinmy.weixin4j.mp with parameters of type DatacubeType | |
|---|---|
List<?> |
WeixinProxy.datacube(DatacubeType datacubeType,
Date date)
查询日期跨度为0的统计数据(当天) |
List<?> |
WeixinProxy.datacube(DatacubeType datacubeType,
Date beginDate,
Date endDate)
数据统计 |
List<?> |
WeixinProxy.datacube(DatacubeType datacubeType,
Date beginDate,
int offset)
数据统计 |
List<?> |
WeixinProxy.datacube(DatacubeType datacubeType,
int offset,
Date endDate)
数据统计 |
| Uses of DatacubeType in com.foxinmy.weixin4j.mp.api |
|---|
| Methods in com.foxinmy.weixin4j.mp.api with parameters of type DatacubeType | |
|---|---|
List<?> |
DataApi.datacube(DatacubeType datacubeType,
Date date)
查询日期跨度为0的统计数据(当天) |
List<?> |
DataApi.datacube(DatacubeType datacubeType,
Date beginDate,
Date endDate)
数据统计 |
List<?> |
DataApi.datacube(DatacubeType datacubeType,
Date beginDate,
int offset)
数据统计 |
List<?> |
DataApi.datacube(DatacubeType datacubeType,
int offset,
Date endDate)
数据统计 |
| Uses of DatacubeType in com.foxinmy.weixin4j.mp.type |
|---|
| Methods in com.foxinmy.weixin4j.mp.type that return DatacubeType | |
|---|---|
static DatacubeType |
DatacubeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DatacubeType[] |
DatacubeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||