Interface NotificationListRecipientContract
- All Superinterfaces:
GloballyUnique,KenIdentifiable,Versioned
- All Known Implementing Classes:
NotificationListRecipient,NotificationListRecipient.Builder
public interface NotificationListRecipientContract
extends KenIdentifiable, Versioned, GloballyUnique
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique
getObjectIdMethods inherited from interface org.kuali.rice.ken.api.common.KenIdentifiable
getIdMethods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
-
Method Details
-
getRecipientId
String getRecipientId() -
getRecipientType
String getRecipientType() -
getChannel
NotificationChannelContract getChannel()
-