Uses of Class
com.twitter.clientlib.model.TweetAttachments
-
Packages that use TweetAttachments Package Description com.twitter.clientlib.model -
-
Uses of TweetAttachments in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return TweetAttachments Modifier and Type Method Description TweetAttachmentsTweetAttachments. addMediaKeysItem(String mediaKeysItem)TweetAttachmentsTweetAttachments. addPollIdsItem(String pollIdsItem)static TweetAttachmentsTweetAttachments. fromJson(String jsonString)Create an instance of TweetAttachments given an JSON stringTweetAttachmentsTweet. getAttachments()Get attachmentsTweetAttachmentsTweetAttachments. mediaKeys(List<String> mediaKeys)TweetAttachmentsTweetAttachments. pollIds(List<String> pollIds)Methods in com.twitter.clientlib.model with parameters of type TweetAttachments Modifier and Type Method Description TweetTweet. attachments(TweetAttachments attachments)voidTweet. setAttachments(TweetAttachments attachments)
-