Uses of Class
org.jivesoftware.smackx.bookmarks.BookmarkedURL
-
Packages that use BookmarkedURL Package Description org.jivesoftware.smackx.bookmarks Smack's API for XEP-0048: Bookmarks. -
-
Uses of BookmarkedURL in org.jivesoftware.smackx.bookmarks
Methods in org.jivesoftware.smackx.bookmarks that return types with arguments of type BookmarkedURL Modifier and Type Method Description List<BookmarkedURL>
BookmarkManager. getBookmarkedURLs()
Returns an unmodifiable collection of all bookmarked urls.List<BookmarkedURL>
Bookmarks. getBookmarkedURLS()
Returns a Collection of all Bookmarked URLs for this user.Methods in org.jivesoftware.smackx.bookmarks with parameters of type BookmarkedURL Modifier and Type Method Description void
Bookmarks. addBookmarkedURL(BookmarkedURL bookmarkedURL)
Adds a BookmarkedURL.void
Bookmarks. removeBookmarkedURL(BookmarkedURL bookmarkedURL)
Removes a bookmarked bookmarkedURL.
-