public abstract static class NotifyResolver.Result
extends java.lang.Object
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableSetMultimap<RecipientType,Account.Id> |
accounts() |
static NotifyResolver.Result |
all() |
static NotifyResolver.Result |
create(NotifyHandling notifyHandling) |
static NotifyResolver.Result |
create(NotifyHandling handling,
com.google.common.collect.ImmutableSetMultimap<RecipientType,Account.Id> recipients) |
abstract NotifyHandling |
handling() |
static NotifyResolver.Result |
none() |
boolean |
shouldNotify() |
NotifyResolver.Result |
withHandling(NotifyHandling notifyHandling) |
public static NotifyResolver.Result none()
public static NotifyResolver.Result all()
public static NotifyResolver.Result create(NotifyHandling notifyHandling)
public static NotifyResolver.Result create(NotifyHandling handling, com.google.common.collect.ImmutableSetMultimap<RecipientType,Account.Id> recipients)
public abstract NotifyHandling handling()
public abstract com.google.common.collect.ImmutableSetMultimap<RecipientType,Account.Id> accounts()
public NotifyResolver.Result withHandling(NotifyHandling notifyHandling)
public boolean shouldNotify()