@Path("/simulations/{simId}/properties")
@Consumes("application/json")
@Produces("application/json")
public class PropertiesResource
extends java.lang.Object
Constructor | Description |
---|---|
PropertiesResource(SimulationStore simStore) |
Modifier and Type | Method | Description |
---|---|---|
void |
updateProperty(java.lang.String simId,
PropertyUpdate propUpdate) |
@Inject public PropertiesResource(SimulationStore simStore)
@PUT public void updateProperty(@PathParam("simId") java.lang.String simId, PropertyUpdate propUpdate)