JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
elements.Review
Packages that use
Review
Package
Description
elements
This package contains classes representing tangible elements to the social network
Uses of
Review
in
elements
Methods in
elements
that return types with arguments of type
Review
Modifier and Type
Method
Description
HashMap
<
Member
,
Review
>
Item.
getReviews
()
Gets the reviews associated with the item.
Methods in
elements
with parameters of type
Review
Modifier and Type
Method
Description
void
Item.
addReview
(
Member
publisher,
Review
review)
Adds a review to the item.