Interface IEntityPutOperations<T>
- All Known Subinterfaces:
ICart
- All Known Implementing Classes:
CartOperations
public interface IEntityPutOperations<T>
Groups operations for updating a single entity.
-
Method Details
-
put
Updates an entity.- Parameters:
entity- The modified entity object.- Returns:
- The updated entity.
-