public abstract static class StarredChangesUtil.StarField extends Object
Constructor and Description |
---|
StarredChangesUtil.StarField() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.gerrit.reviewdb.client.Account.Id |
accountId() |
static StarredChangesUtil.StarField |
create(com.google.gerrit.reviewdb.client.Account.Id accountId,
String label) |
abstract String |
label() |
static StarredChangesUtil.StarField |
parse(String s) |
String |
toString() |
public static StarredChangesUtil.StarField parse(String s)
public static StarredChangesUtil.StarField create(com.google.gerrit.reviewdb.client.Account.Id accountId, String label)
public abstract com.google.gerrit.reviewdb.client.Account.Id accountId()
public abstract String label()