Interface NotificationRecipient.UserRecipientExpandable
-
- All Known Implementing Classes:
CommitterRecipient
,GroupRecipient
,ResponsibleRecipient
,WatcherRecipient
- Enclosing interface:
- NotificationRecipient
public static interface NotificationRecipient.UserRecipientExpandable
Indicates that the recipient is actually expandable into one or many user recipients. You should only use this if all end recipients can be represented in the set returned
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Set<UserRecipient>
getUserRecipients()
-
-
-
Method Detail
-
getUserRecipients
@NotNull @NotNull Set<UserRecipient> getUserRecipients()
-
-