@Path(value="/camp/v11/platform-component-templates") @Produces(value="application/json") public class PlatformComponentTemplateRestResource extends AbstractCampRestResource
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | URI_PATH | 
| Constructor and Description | 
|---|
| PlatformComponentTemplateRestResource() | 
| Modifier and Type | Method and Description | 
|---|---|
| PlatformComponentTemplateDto | get(java.lang.String id) | 
camp, context, dto, lookuppublic static final java.lang.String URI_PATH
public PlatformComponentTemplateRestResource()
@Path(value="/{id}")
@GET
public PlatformComponentTemplateDto get(@PathParam(value="id")
                                        java.lang.String id)