102 ResourceUpdatedEvent res =
new ResourceUpdatedEvent();
103 res.id = MarshallUtil.unmarshallString(input);
104 res.name = MarshallUtil.unmarshallString(input);
105 res.type = MarshallUtil.unmarshallString(input);
106 res.uris = KeycloakMarshallUtil.readCollection(input, KeycloakMarshallUtil.STRING_EXT, HashSet::new);
107 res.scopes = KeycloakMarshallUtil.readCollection(input, KeycloakMarshallUtil.STRING_EXT, HashSet::new);
108 res.serverId = MarshallUtil.unmarshallString(input);
109 res.owner = MarshallUtil.unmarshallString(input);