| ICountrySelector<TOperations> |
Returns operations interfaces based on the given country.
|
| IEntireEntityCollectionRetrievalOperations<T,TResourceCollection extends ResourceCollection<T>> |
A generic interface which represents operations for getting an entire collection of entities.
|
| IEntityCollectionRetrievalOperations<T extends ResourceBase,TResourceCollection extends ResourceCollection<T>> |
Groups all operations related to retrieving a collection of entities.
|
| IEntityCreateOperations<T,T1> |
Groups operations for creating a single entity.
|
| IEntityDeleteOperations<T extends ResourceBase> |
Groups operations for getting a single entity.
|
| IEntityExistsOperations |
|
| IEntityGetOperations<T> |
Groups operations for getting a single entity.
|
| IEntityPatchOperations<T extends ResourceBase> |
Groups operations for getting a single entity.
|
| IEntityPutOperations<T> |
Groups operations for updating a single entity.
|
| IEntitySelector<TTYpe,TEntity> |
|
| IEntityUpdateOperations<T> |
Groups operations for updating a single entity.
|
| IPagedEntityCollectionRetrievalOperations<T extends ResourceBase,TResourceCollection extends ResourceCollection<T>> |
A generic interface which represents paged entity retrieval operations.
|