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