Uses of Class
com.foxinmy.weixin4j.type.MediaType

Packages that use MediaType
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
 MediaType MediaUploadResult.getMediaType()
           
 MediaType MediaRecord.getMediaType()
           
 

Methods in com.foxinmy.weixin4j.model.media with parameters of type MediaType
 void MediaRecord.setMediaType(MediaType mediaType)
           
 

Constructors in com.foxinmy.weixin4j.model.media with parameters of type MediaType
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
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.
 



Copyright © 2014–2017. All rights reserved.