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