Uses of Class
com.foxinmy.weixin4j.model.media.MediaItem
-
Packages that use MediaItem Package Description com.foxinmy.weixin4j.model.media com.foxinmy.weixin4j.mp com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.qy com.foxinmy.weixin4j.qy.api -
-
Uses of MediaItem in com.foxinmy.weixin4j.model.media
Methods in com.foxinmy.weixin4j.model.media that return types with arguments of type MediaItem Modifier and Type Method Description List<MediaItem>
MediaRecord. getItems()
Pagedata<MediaItem>
MediaRecord. getPagedata()
Method parameters in com.foxinmy.weixin4j.model.media with type arguments of type MediaItem Modifier and Type Method Description void
MediaRecord. setItems(List<MediaItem> items)
-
Uses of MediaItem in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp that return types with arguments of type MediaItem Modifier and Type Method Description List<MediaItem>
WeixinProxy. listAllMaterialMedia(MediaType mediaType)
获取全部的媒体素材 -
Uses of MediaItem in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return types with arguments of type MediaItem Modifier and Type Method Description List<MediaItem>
MediaApi. listAllMaterialMedia(MediaType mediaType)
获取全部的媒体素材 -
Uses of MediaItem in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy that return types with arguments of type MediaItem Modifier and Type Method Description List<MediaItem>
WeixinProxy. listAllMaterialMedia(int agentid, MediaType mediaType)
获取全部的媒体素材 -
Uses of MediaItem in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api that return types with arguments of type MediaItem Modifier and Type Method Description List<MediaItem>
MediaApi. listAllMaterialMedia(int agentid, MediaType mediaType)
获取全部的媒体素材
-