Interface EntityResourceAction.UpdateWithResponse<E>
- All Superinterfaces:
ResourceAction
- Enclosing interface:
- EntityResourceAction
HTTP PUT - Update entity if it exists, error if not
-
Method Summary
Modifier and TypeMethodDescriptionupdate
(String id, E entity, Parameters parameters, WithResponse withResponse)
-
Method Details
-
update
-