public interface AggregatePoliciesResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
create(AggregatePolicyRepresentation representation) |
AggregatePolicyResource |
findById(String id) |
AggregatePolicyRepresentation |
findByName(String name) |
@POST @Consumes(value="application/json") @Produces(value="application/json") javax.ws.rs.core.Response create(AggregatePolicyRepresentation representation)
@Path(value="{id}") AggregatePolicyResource findById(@PathParam(value="id") String id)
@Path(value="/search") @GET @Produces(value="application/json") AggregatePolicyRepresentation findByName(@QueryParam(value="name") String name)
Copyright © 2021 JBoss by Red Hat. All rights reserved.