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