Package com.google.gerrit.server.change
Interface RemoveFromAttentionSetOp.Factory
-
- Enclosing class:
- RemoveFromAttentionSetOp
public static interface RemoveFromAttentionSetOp.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveFromAttentionSetOp
create(Account.Id attentionUserId, String reason, boolean notify)
-
-
-
Method Detail
-
create
RemoveFromAttentionSetOp create(Account.Id attentionUserId, String reason, boolean notify)
-
-