Class NotificationListRecipient.Builder
java.lang.Object
org.kuali.rice.ken.api.notification.NotificationListRecipient.Builder
- All Implemented Interfaces:
Serializable,GloballyUnique,Versioned,ModelBuilder,KenIdentifiable,NotificationListRecipientContract
- Enclosing class:
- NotificationListRecipient
public static final class NotificationListRecipient.Builder
extends Object
implements Serializable, ModelBuilder, NotificationListRecipientContract
A builder which can be used to construct
NotificationListRecipient instances. Enforces the constraints of the NotificationListRecipientContract.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(NotificationListRecipientContract contract) getId()voidsetChannel(NotificationChannel.Builder channel) voidvoidsetObjectId(String objectId) voidsetRecipientId(String recipientId) voidsetRecipientType(String recipientType) voidsetVersionNumber(Long versionNumber)
-
Method Details
-
create
-
create
-
build
- Specified by:
buildin interfaceModelBuilder
-
getChannel
- Specified by:
getChannelin interfaceNotificationListRecipientContract
-
getRecipientId
- Specified by:
getRecipientIdin interfaceNotificationListRecipientContract
-
getRecipientType
- Specified by:
getRecipientTypein interfaceNotificationListRecipientContract
-
getId
- Specified by:
getIdin interfaceKenIdentifiable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-
setChannel
-
setRecipientId
-
setRecipientType
-
setId
-
setVersionNumber
-
setObjectId
-