Interface EntityResourceAction.UpdateWithResponse<E>

All Superinterfaces:
ResourceAction
Enclosing interface:
EntityResourceAction

public static interface EntityResourceAction.UpdateWithResponse<E> extends ResourceAction
HTTP PUT - Update entity if it exists, error if not
  • Method Summary

    Modifier and Type
    Method
    Description
    update(String id, E entity, Parameters parameters, WithResponse withResponse)