Uses of Class
org.glassfish.jersey.examples.bookmark_em.entity.BookmarkEntity
Packages that use BookmarkEntity
Package
Description
-
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 BookmarkEntityModifier and TypeMethodDescriptionUserEntity.getBookmarkEntityCollection()Gets the bookmarkEntityCollection of this UserEntity.Method parameters in org.glassfish.jersey.examples.bookmark_em.entity with type arguments of type BookmarkEntityModifier and TypeMethodDescriptionvoidUserEntity.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