Uses of Class
org.kuali.rice.ken.api.notification.NotificationChannel.Builder
Packages that use NotificationChannel.Builder
-
Uses of NotificationChannel.Builder in org.kuali.rice.ken.api.notification
Methods in org.kuali.rice.ken.api.notification that return NotificationChannel.BuilderModifier and TypeMethodDescriptionstatic NotificationChannel.BuilderNotificationChannel.Builder.create()static NotificationChannel.BuilderNotificationChannel.Builder.create(NotificationChannelContract contract) Notification.Builder.getChannel()NotificationChannelReviewer.Builder.getChannel()NotificationListRecipient.Builder.getChannel()UserChannelSubscription.Builder.getChannel()Methods in org.kuali.rice.ken.api.notification with parameters of type NotificationChannel.BuilderModifier and TypeMethodDescriptionvoidNotification.Builder.setChannel(NotificationChannel.Builder channel) voidNotificationChannelReviewer.Builder.setChannel(NotificationChannel.Builder channel) voidNotificationListRecipient.Builder.setChannel(NotificationChannel.Builder channel) voidUserChannelSubscription.Builder.setChannel(NotificationChannel.Builder channel)