Uses of Class
com.twitter.clientlib.model.Media
-
Packages that use Media Package Description com.twitter.clientlib.model -
-
Uses of Media in com.twitter.clientlib.model
Subclasses of Media in com.twitter.clientlib.model Modifier and Type Class Description classAnimatedGifAnimatedGifclassPhotoPhotoclassVideoVideoMethods in com.twitter.clientlib.model that return Media Modifier and Type Method Description static MediaMedia. fromJson(String jsonString)Create an instance of Media given an JSON stringMediaMedia. height(Integer height)MediaMedia. mediaKey(String mediaKey)MediaMedia. type(String type)MediaMedia. width(Integer width)Methods in com.twitter.clientlib.model that return types with arguments of type Media Modifier and Type Method Description List<Media>Expansions. getMedia()Get mediaMethods in com.twitter.clientlib.model with parameters of type Media Modifier and Type Method Description ExpansionsExpansions. addMediaItem(Media mediaItem)Method parameters in com.twitter.clientlib.model with type arguments of type Media Modifier and Type Method Description ExpansionsExpansions. media(List<Media> media)voidExpansions. setMedia(List<Media> media)
-