Uses of Class
com.twitter.clientlib.model.URLImage
-
Packages that use URLImage Package Description com.twitter.clientlib.model -
-
Uses of URLImage in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return URLImage Modifier and Type Method Description static URLImageURLImage. fromJson(String jsonString)Create an instance of URLImage given an JSON stringURLImageURLImage. height(Integer height)URLImageURLImage. url(URL url)URLImageURLImage. width(Integer width)Methods in com.twitter.clientlib.model that return types with arguments of type URLImage Modifier and Type Method Description List<URLImage>UrlEntity. getImages()Get imagesList<URLImage>URLFields. getImages()Get imagesMethods in com.twitter.clientlib.model with parameters of type URLImage Modifier and Type Method Description UrlEntityUrlEntity. addImagesItem(URLImage imagesItem)URLFieldsURLFields. addImagesItem(URLImage imagesItem)Method parameters in com.twitter.clientlib.model with type arguments of type URLImage Modifier and Type Method Description UrlEntityUrlEntity. images(List<URLImage> images)URLFieldsURLFields. images(List<URLImage> images)voidUrlEntity. setImages(List<URLImage> images)voidURLFields. setImages(List<URLImage> images)
-