public interface PolicyResource
| Modifier and Type | Method and Description |
|---|---|
void |
remove() |
PolicyRepresentation |
toRepresentation() |
void |
update(PolicyRepresentation representation) |
@GET @Produces(value="application/json") PolicyRepresentation toRepresentation()
@PUT @Consumes(value="application/json") void update(PolicyRepresentation representation)
@DELETE void remove()
Copyright © 2016 JBoss by Red Hat. All rights reserved.