Class EmptyNotificationsListProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.notification.NotificationProperties
-
- com.atlassian.bamboo.specs.api.model.notification.EmptyNotificationsListProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable @Deprecated public class EmptyNotificationsListProperties extends NotificationProperties
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description EmptyNotificationsListProperties()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.java.util.List<NotificationRecipientProperties>getRecipients()Deprecated.NotificationTypePropertiesgetType()Deprecated.inthashCode()Deprecated.voidvalidate()Deprecated.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classNotificationProperties
-
getType
public NotificationTypeProperties getType()
Deprecated.- Overrides:
getTypein classNotificationProperties
-
getRecipients
public java.util.List<NotificationRecipientProperties> getRecipients()
Deprecated.- Overrides:
getRecipientsin classNotificationProperties
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classNotificationProperties
-
validate
public void validate()
Deprecated.- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classNotificationProperties
-
-