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