public abstract class ReviewerStatusUpdate extends Object
Constructor and Description |
---|
ReviewerStatusUpdate() |
Modifier and Type | Method and Description |
---|---|
static ReviewerStatusUpdate |
create(Timestamp ts,
Account.Id updatedBy,
Account.Id reviewer,
ReviewerStateInternal state) |
abstract Timestamp |
date() |
abstract Account.Id |
reviewer() |
abstract ReviewerStateInternal |
state() |
abstract Account.Id |
updatedBy() |
public static ReviewerStatusUpdate create(Timestamp ts, Account.Id updatedBy, Account.Id reviewer, ReviewerStateInternal state)
public abstract Timestamp date()
public abstract Account.Id updatedBy()
public abstract Account.Id reviewer()
public abstract ReviewerStateInternal state()