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