Class NotificationProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.notification.NotificationProperties
-
- All Implemented Interfaces:
EntityProperties
- Direct Known Subclasses:
EmptyNotificationsListProperties
@Immutable public class NotificationProperties extends Object implements EntityProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNotificationProperties()NotificationProperties(NotificationTypeProperties type, List<NotificationRecipientProperties> recipients)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<NotificationRecipientProperties>getRecipients()NotificationTypePropertiesgetType()inthashCode()voidvalidate()
-
-
-
Constructor Detail
-
NotificationProperties
protected NotificationProperties()
-
NotificationProperties
public NotificationProperties(NotificationTypeProperties type, List<NotificationRecipientProperties> recipients)
-
-
Method Detail
-
getType
public NotificationTypeProperties getType()
-
getRecipients
public List<NotificationRecipientProperties> getRecipients()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-