IEntityCreateOperations<T,T1> Interface
Type Parameters
- T
- T1
public interface IEntityCreateOperations<T,T1>
Groups operations for creating a single entity. The entity type request.The entity type response.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract T1 |
create(T newEntity)
Creates a new entity. |
Method Details
create
public abstract T1 create(T newEntity)
Creates a new entity.
Parameters:
newEntity
- The new entity information.
Returns:
The entity information that was just created.