This is the complete list of members for net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint >, including all inherited members.
create(TEntity entity) | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
createAll(Iterable< TEntity > entities) | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
get(String id) | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
get(TEntity entity) | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
getEntityType() | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
getExecutor() | net.typedrest.Endpoint | |
getLinks(String rel) | net.typedrest.Endpoint | |
getLinksWithTitles(String rel) | net.typedrest.Endpoint | |
getSerializer() | net.typedrest.Endpoint | |
getUri() | net.typedrest.Endpoint | |
isCreateAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
isCreateAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
isReadAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
isReadRangeAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
isSetAllAllowed() | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
link(String rel) | net.typedrest.Endpoint | |
linkTemplate(String rel) | net.typedrest.Endpoint | |
linkTemplate(String rel, String variableName, Object value) | net.typedrest.Endpoint | |
readAll() | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
readRange(Long from, Long to) | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |
setAll(Collection< TEntity > entities) | net.typedrest.GenericCollectionEndpoint< TEntity, TElementEndpoint extends Endpoint > | |