Uses of Class
com.twitter.clientlib.model.BookmarkAddRequest
-
Packages that use BookmarkAddRequest Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of BookmarkAddRequest in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api with parameters of type BookmarkAddRequest Modifier and Type Method Description BookmarksApi.APIpostUsersIdBookmarksRequestBookmarksApi. postUsersIdBookmarks(BookmarkAddRequest bookmarkAddRequest, String id)Add Tweet to Bookmarks Adds a Tweet (ID in the body) to the requesting User's (in the path) bookmarks -
Uses of BookmarkAddRequest in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return BookmarkAddRequest Modifier and Type Method Description static BookmarkAddRequestBookmarkAddRequest. fromJson(String jsonString)Create an instance of BookmarkAddRequest given an JSON stringBookmarkAddRequestBookmarkAddRequest. tweetId(String tweetId)
-