Resolve NXCALS-7086 "Feature extend builders with query options"
Desired api:
VariableQueryWithOptions query = Variables.suchThat().id().in(1, 2, 4).withOptions()
.withoutVariableConfigs().limit(10).orderBy().id().desc().offset(1);
Docs: https://nxcals-docs-rmucha.web.cern.ch/current/user-guide/metadata-api/
Edited by Rafal Mucha