public abstract static class WatchConfig.NotifyValue extends Object
Constructor and Description |
---|
NotifyValue() |
Modifier and Type | Method and Description |
---|---|
static WatchConfig.NotifyValue |
create(String filter,
Set<WatchConfig.NotifyType> notifyTypes) |
abstract String |
filter() |
abstract com.google.common.collect.ImmutableSet<WatchConfig.NotifyType> |
notifyTypes() |
static WatchConfig.NotifyValue |
parse(Account.Id accountId,
String project,
String notifyValue,
ValidationError.Sink validationErrorSink) |
String |
toString() |
public static WatchConfig.NotifyValue parse(Account.Id accountId, String project, String notifyValue, ValidationError.Sink validationErrorSink)
public static WatchConfig.NotifyValue create(String filter, Set<WatchConfig.NotifyType> notifyTypes)
public abstract String filter()
public abstract com.google.common.collect.ImmutableSet<WatchConfig.NotifyType> notifyTypes()