Merge pull request #789 from andreaturli/vcd

issue 830: added VAppTemplateURNToHref conversion to get(String reference)
This commit is contained in:
Adrian Cole 2012-08-20 09:08:50 -07:00
commit 243472077b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public interface VAppTemplateAsyncApi {
@Consumes(VAPP_TEMPLATE)
@JAXBResponseParser
@ExceptionParser(ReturnNullOnNotFoundOr404.class)
ListenableFuture<VAppTemplate> get(@EndpointParam String reference);
ListenableFuture<VAppTemplate> get(@EndpointParam(parser = VAppTemplateURNToHref.class) String reference);
/**
* @see VAppTemplateApi#edit(String, VAppTemplate)