Interface IEntityPutOperations<T>

All Known Subinterfaces:
ICart
All Known Implementing Classes:
CartOperations

public interface IEntityPutOperations<T>
Groups operations for updating a single entity.
  • Method Summary

    Modifier and Type Method Description
    T put​(T entity)
    Updates an entity.
  • Method Details

    • put

      T put​(T entity)
      Updates an entity.
      Parameters:
      entity - The modified entity object.
      Returns:
      The updated entity.