public static final class NotificationListRecipient.Builder extends Object implements Serializable, ModelBuilder, NotificationListRecipientContract
NotificationListRecipient instances. Enforces the constraints of the NotificationListRecipientContract.| Modifier and Type | Method and Description |
|---|---|
NotificationListRecipient |
build() |
static NotificationListRecipient.Builder |
create() |
static NotificationListRecipient.Builder |
create(NotificationListRecipientContract contract) |
NotificationChannel.Builder |
getChannel() |
Long |
getId() |
String |
getObjectId() |
String |
getRecipientId() |
String |
getRecipientType() |
Long |
getVersionNumber() |
void |
setChannel(NotificationChannel.Builder channel) |
void |
setId(Long id) |
void |
setObjectId(String objectId) |
void |
setRecipientId(String recipientId) |
void |
setRecipientType(String recipientType) |
void |
setVersionNumber(Long versionNumber) |
public static NotificationListRecipient.Builder create()
public static NotificationListRecipient.Builder create(NotificationListRecipientContract contract)
public NotificationListRecipient build()
build in interface ModelBuilderpublic NotificationChannel.Builder getChannel()
getChannel in interface NotificationListRecipientContractpublic String getRecipientId()
getRecipientId in interface NotificationListRecipientContractpublic String getRecipientType()
getRecipientType in interface NotificationListRecipientContractpublic Long getId()
getId in interface KenIdentifiablepublic Long getVersionNumber()
getVersionNumber in interface Versionedpublic String getObjectId()
getObjectId in interface GloballyUniquepublic void setChannel(NotificationChannel.Builder channel)
public void setRecipientId(String recipientId)
public void setRecipientType(String recipientType)
public void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.