| contains(String id) | net.typedrest.CollectionEndpoint< TEntity > | |
| contains(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
| GenericBulkCollectionEndpoint< TEntity, ElementEndpoint< TEntity > >.create(Iterable< TEntity > entities) | net.typedrest.GenericBulkCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| net::typedrest::CollectionEndpoint.create(TEntity entity) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| createAll(Iterable< TEntity > entities) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| delete(String id) | net.typedrest.CollectionEndpoint< TEntity > | |
| delete(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
| get(String id) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| get(TEntity entity) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| getEntityType() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| isCreateAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| isCreateAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| isReadAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| isReadRangeAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| isSetAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| merge(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
| readAll() | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| readRange(Long from, Long to) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |
| set(TEntity element) | net.typedrest.CollectionEndpoint< TEntity > | |
| setAll(Collection< TEntity > entities) | net.typedrest.GenericCollectionEndpoint< TEntity, ElementEndpoint< TEntity > > | |