public abstract static class StarredChangesUtil.StarField extends Object
Constructor and Description |
---|
StarField() |
Modifier and Type | Method and 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() |
public static StarredChangesUtil.StarField parse(String s)
public static StarredChangesUtil.StarField create(Account.Id accountId, String label)
public abstract Account.Id accountId()
public abstract String label()