public final class UserRequest
private final String
id
private final Map<String, Object>
custom
image
name
role
private final List<String>
teams
UserRequest(String id, Map<String, Object> custom, String image, String name, String role, List<String> teams)
final String
getId()
final Map<String, Object>
getCustom()
getImage()
getName()
getRole()
final List<String>
getTeams()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getId()
final Map<String, Object> getCustom()
final String getImage()
final String getName()
final String getRole()
final List<String> getTeams()