@Path(value="/v1/template/") public class TemplateResource extends Object
| Constructor and Description |
|---|
TemplateResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
getTemplate(javax.ws.rs.container.AsyncResponse asyncResponse,
String tenant,
String templateId) |
@GET
@Path(value="/{tenant}/{templateId}")
@Produces(value={"application/x-protobuf;qs=0.5","application/json"})
@ManagedAsync
public void getTemplate(@Suspended
javax.ws.rs.container.AsyncResponse asyncResponse,
@PathParam(value="tenant")
String tenant,
@PathParam(value="templateId")
String templateId)
Copyright © 2015. All rights reserved.