216217218219220221222223224225226
if (storeMeta.hasPw()) { requestMeta.pw(storeMeta.getPw()); } if (storeMeta.hasIfNonMatch()) { requestMeta.ifNonMatch(storeMeta.getIfNonMatch()); } if (storeMeta.hasIfNotModified()) { requestMeta.ifNotModified(storeMeta.getIfNotModified()); }