coar-notify-7-part-two-merge-main LDNMessageEntityRest plural_name

This commit is contained in:
frabacche
2024-03-01 10:10:27 +01:00
parent 507d61a03a
commit 17e470bb42

View File

@@ -60,6 +60,11 @@ public class LDNMessageEntityRest extends BaseObjectRest<String> {
return NAME;
}
@Override
public String getTypePlural() {
return NAME_PLURALS;
}
@Override
public String getCategory() {
return CATEGORY;