Uses of Class
org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
-
Packages that use BookmarkEntity Package Description org.glassfish.jersey.examples.bookmark_em.entity org.glassfish.jersey.examples.bookmark_em.resource -
-
Uses of BookmarkEntity in org.glassfish.jersey.examples.bookmark_em.entity
Methods in org.glassfish.jersey.examples.bookmark_em.entity that return types with arguments of type BookmarkEntity Modifier and Type Method Description Collection<BookmarkEntity>UserEntity. getBookmarkEntityCollection()Gets the bookmarkEntityCollection of this UserEntity.Method parameters in org.glassfish.jersey.examples.bookmark_em.entity with type arguments of type BookmarkEntity Modifier and Type Method Description voidUserEntity. setBookmarkEntityCollection(Collection<BookmarkEntity> bookmarkEntityCollection)Sets the bookmarkEntityCollection of this UserEntity to the specified value. -
Uses of BookmarkEntity in org.glassfish.jersey.examples.bookmark_em.resource
Methods in org.glassfish.jersey.examples.bookmark_em.resource that return types with arguments of type BookmarkEntity Modifier and Type Method Description Collection<BookmarkEntity>BookmarksResource. getBookmarks()
-