Class OwnedWatchlistItemRef
java.lang.Object
com.bluebell.greenhouse.planter.resolvers.request.ref.OwnedWatchlistItemRef
Claims a watchlist item belongs to the authenticated user.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionstatic OwnedWatchlistItemRefof(AuthenticatedUserRef userRef, String watchlistItemUid) Creates the reference.userRef()Returns the authenticated user reference.Returns the watchlist item uid.
-
Method Details
-
of
Creates the reference.- Parameters:
userRef- authenticated user referencewatchlistItemUid- watchlist item uid- Returns:
OwnedWatchlistItemRef
-
userRef
Returns the authenticated user reference.- Returns:
- authenticated user reference
-
watchlistItemUid
-