}
}
}
for (int i = 0; i < link.uriValues().length; i++) {
UriValue uriValue = link.uriValues()[i];
assignTemplateValue(uriTemplate, uriValue.name(), uriValue.value());
}
href = uriTemplate.expand();
} catch (MalformedUriTemplateException | VariableExpansionException e) {
throw new RuntimeException(e);