Uses of Class
com.foxinmy.weixin4j.type.MediaType
-
Packages that use MediaType Package Description com.foxinmy.weixin4j.model.media 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.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.
-