mattermost4j icon indicating copy to clipboard operation
mattermost4j copied to clipboard

Make models more object-oriented

Open maruTA-bis5 opened this issue 6 years ago • 0 comments

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.

maruTA-bis5 avatar Feb 03 '19 11:02 maruTA-bis5