public interface ClientTemplateResource
| Modifier and Type | Method and Description |
|---|---|
ProtocolMappersResource |
getProtocolMappers() |
void |
remove() |
ClientTemplateRepresentation |
toRepresentation() |
void |
update(ClientTemplateRepresentation rep) |
@Path(value="protocol-mappers") ProtocolMappersResource getProtocolMappers()
@GET @Produces(value="application/json") ClientTemplateRepresentation toRepresentation()
@PUT @Consumes(value="application/json") void update(ClientTemplateRepresentation rep)
@DELETE void remove()
Copyright © 2015 JBoss by Red Hat. All rights reserved.