if (args[3] != null && args[3] instanceof Long) {
paramsBuilder.withEndDate((Long) args[3]);
}
case 3:
if (args[2] != null && args[2] instanceof Long) {
paramsBuilder.withStartDate((Long) args[2]);
}
case 2:
if (args[1] != null && args[1] instanceof Long) {
paramsBuilder.withEndId((Long) args[1]);
}