feature/fetch_userinfo #85

Merged
Fujimatsu merged 35 commits from feature/fetch_userinfo into main 2024-06-24 01:36:45 +00:00
Showing only changes of commit 1824af06f3 - Show all commits

View File

@ -25,6 +25,9 @@ public class ParentModel {
this.displayName = displayName;
}
public ParentModel() {
}
// Getter
public String getInternalId() {