Interface DeleteVoteOp.Factory
-
- Enclosing class:
- DeleteVoteOp
public static interface DeleteVoteOp.Factory
Factory to createDeleteVoteOp
instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteVoteOp
create(Project.NameKey projectState, AccountState reviewerToDeleteVoteFor, String label, DeleteVoteInput input, boolean enforcePermissions)
-
-
-
Method Detail
-
create
DeleteVoteOp create(Project.NameKey projectState, AccountState reviewerToDeleteVoteFor, String label, DeleteVoteInput input, boolean enforcePermissions)
-
-