public interface ClientTemplatesResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
create(ClientTemplateRepresentation clientRepresentation) |
List<ClientTemplateRepresentation> |
findAll() |
ClientTemplatesResource |
get(String id) |
@Path(value="{id}") ClientTemplatesResource get(@PathParam(value="id") String id)
@POST @Consumes(value="application/json") javax.ws.rs.core.Response create(ClientTemplateRepresentation clientRepresentation)
@GET @Produces(value="application/json") List<ClientTemplateRepresentation> findAll()
Copyright © 2016 JBoss by Red Hat. All rights reserved.