Uses of Class
com.foxinmy.weixin4j.type.MediaType
-
Packages that use MediaType 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 com.foxinmy.weixin4j.type -
-
Uses of MediaType in com.foxinmy.weixin4j.model.media
Methods in com.foxinmy.weixin4j.model.media that return MediaType Modifier and Type Method Description MediaType
MediaRecord. getMediaType()
MediaType
MediaUploadResult. getMediaType()
Methods in com.foxinmy.weixin4j.model.media with parameters of type MediaType Modifier and Type Method Description void
MediaRecord. setMediaType(MediaType mediaType)
Constructors in com.foxinmy.weixin4j.model.media with parameters of type MediaType Constructor Description MediaUploadResult(String mediaId, MediaType mediaType, Date createdAt, String url)
-
Uses of MediaType in com.foxinmy.weixin4j.mp
Methods in com.foxinmy.weixin4j.mp with parameters of type MediaType Modifier and Type Method Description List<MediaItem>
WeixinProxy. listAllMaterialMedia(MediaType mediaType)
获取全部的媒体素材MediaRecord
WeixinProxy. listMaterialMedia(MediaType mediaType, Pageable pageable)
获取媒体素材记录列表 -
Uses of MediaType in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type MediaType Modifier and Type Method Description List<MediaItem>
MediaApi. listAllMaterialMedia(MediaType mediaType)
获取全部的媒体素材MediaRecord
MediaApi. listMaterialMedia(MediaType mediaType, Pageable pageable)
获取媒体素材记录列表 -
Uses of MediaType in com.foxinmy.weixin4j.qy
Methods in com.foxinmy.weixin4j.qy with parameters of type MediaType Modifier and Type Method Description List<MediaItem>
WeixinProxy. listAllMaterialMedia(int agentid, MediaType mediaType)
获取全部的媒体素材MediaRecord
WeixinProxy. listMaterialMedia(int agentid, MediaType mediaType, Pageable pageable)
获取媒体素材记录列表 -
Uses of MediaType in com.foxinmy.weixin4j.qy.api
Methods in com.foxinmy.weixin4j.qy.api with parameters of type MediaType Modifier and Type Method Description List<MediaItem>
MediaApi. listAllMaterialMedia(int agentid, MediaType mediaType)
获取全部的媒体素材MediaRecord
MediaApi. listMaterialMedia(int agentid, MediaType mediaType, Pageable pageable)
获取媒体素材记录列表 -
Uses of MediaType in com.foxinmy.weixin4j.type
Methods in com.foxinmy.weixin4j.type that return MediaType Modifier and Type Method Description static MediaType
MediaType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MediaType[]
MediaType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-