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 java.util.List<BookmarkedURL>BookmarkManager. getBookmarkedURLs()Returns an unmodifiable collection of all bookmarked urls.java.util.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 voidBookmarks. addBookmarkedURL(BookmarkedURL bookmarkedURL)Adds a BookmarkedURL.voidBookmarks. removeBookmarkedURL(BookmarkedURL bookmarkedURL)Removes a bookmarked bookmarkedURL.
-