Someone
public text v1 · immutable context.createFilter(new AndFilter(
new EqFilter(Constants.OBJECTCLASS, Mailbox.class.getName()),
new EqFilter(Mailbox.NAME_PROPERTY, "welcome"),
new EqFilter("lang", "en")
).toString());