Add new api method
This commit is contained in:
commit
b259360b92
2 changed files with 610 additions and 44 deletions
|
|
@ -11,7 +11,8 @@ public enum ConfigType {
|
|||
REMOVE_FROM_SYSTEM("removeFromSystem"),
|
||||
REMOVE_FROM_CALL_LIST("removeFromCallList"),
|
||||
DOWNLOAD_CSV("downloadCSV"),
|
||||
VALIDATE_BLOCK("validateBlock");
|
||||
VALIDATE_BLOCK("validateBlock"),
|
||||
REMOVE_MILITARY_DRAFT_NOTICES("removeMilitaryDraftNotices");
|
||||
|
||||
private final String type;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue