Package com.google.gerrit.server
Class StarredChangesUtil.StarField
- java.lang.Object
-
- com.google.gerrit.server.StarredChangesUtil.StarField
-
- Enclosing class:
- StarredChangesUtil
public abstract static class StarredChangesUtil.StarField extends Object
-
-
Constructor Summary
Constructors Constructor Description StarField()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Account.Id
accountId()
static StarredChangesUtil.StarField
create(Account.Id accountId, String label)
abstract String
label()
static StarredChangesUtil.StarField
parse(String s)
String
toString()
-
-
-
Method Detail
-
parse
public static StarredChangesUtil.StarField parse(String s)
-
create
public static StarredChangesUtil.StarField create(Account.Id accountId, String label)
-
accountId
public abstract Account.Id accountId()
-
label
public abstract String label()
-
-