mattermost4j
mattermost4j copied to clipboard
Make models more object-oriented
For example, team_id and user_id are same type "string", but team.setTeamId(userId)
is invalid because user_id is not apprecatable as team_id.
So, change type to the value type such as TeamId
/UserId
.