| Package | Description |
|---|---|
| me.hao0.wechat.core | |
| me.hao0.wechat.model.material |
| Modifier and Type | Method and Description |
|---|---|
<T> me.hao0.common.model.Page<T> |
Materials.gets(MaterialType type,
Integer offset,
Integer count)
获取素材列表
|
<T> void |
Materials.gets(MaterialType type,
Integer offset,
Integer count,
Callback<me.hao0.common.model.Page<T>> cb)
获取素材列表
|
<T> me.hao0.common.model.Page<T> |
Materials.gets(String accessToken,
MaterialType type,
Integer offset,
Integer count)
获取素材列表
|
<T> void |
Materials.gets(String accessToken,
MaterialType type,
Integer offset,
Integer count,
Callback<me.hao0.common.model.Page<T>> cb)
获取素材列表
|
| Modifier and Type | Method and Description |
|---|---|
static MaterialType |
MaterialType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaterialType[] |
MaterialType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.