Class OwnedRecurringNotificationRef
java.lang.Object
com.bluebell.greenhouse.planter.resolvers.request.ref.OwnedRecurringNotificationRef
Claims a recurring notification belongs to the authenticated user.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptionReturns the notification type.of(AuthenticatedUserRef userRef, RecurringNotificationType notificationType) Creates the reference.userRef()Returns the authenticated user reference.
-
Method Details
-
of
public static OwnedRecurringNotificationRef of(AuthenticatedUserRef userRef, RecurringNotificationType notificationType) Creates the reference.- Parameters:
userRef- authenticated user referencenotificationType-RecurringNotificationType- Returns:
OwnedRecurringNotificationRef
-
userRef
Returns the authenticated user reference.- Returns:
- authenticated user reference
-
notificationType
Returns the notification type.- Returns:
RecurringNotificationType
-