}
return null;
}
public static void main(String[] args) {
EmailModel emailModel = JsonUtil.unmarshall("{\"eventType\":\"USER_INVITE\",\"params\":{\"userId\":2,\"invitationIds\":[829,828]}}", EmailModel.class);
convertIntegersToLongs(emailModel);
Long fromUserId = (Long) emailModel.getParams().get("userId");
List<Long> invitationIds = (List<Long>) emailModel.getParams().get("invitationIds");
// SQSResignerModel model = new SQSResignerModel("myBucket", ApplicationType.IOS, "my/file/to/resign.ipa", "the/distribution/cert/dist.cert", "the/distribution/key/key.p12", "superSecretPassword", "the/distribution/profile/profile.mobileprovision", "https://mycallbackural.com/blahblah");
//
// String json = JsonUtil.marshall(model);
// System.out.println(json);