Interface RelationshipResourceAction.UpdateWithResponse<E>

All Superinterfaces:
ResourceAction
Enclosing interface:
RelationshipResourceAction

public static interface RelationshipResourceAction.UpdateWithResponse<E> extends ResourceAction
HTTP PUT - Update entity (by its related entityResource Id) if it exists, error if not
  • Method Summary

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