TypedRest for Java
net.typedrest.PollingEndpoint< TEntity > Member List

This is the complete list of members for net.typedrest.PollingEndpoint< TEntity >, including all inherited members.

delete()net.typedrest.ElementEndpoint< TEntity >
exists()net.typedrest.ElementEndpoint< TEntity >
getEntityType()net.typedrest.ElementEndpoint< TEntity >
getExecutor()net.typedrest.Endpoint
getLinks(String rel)net.typedrest.Endpoint
getLinksWithTitles(String rel)net.typedrest.Endpoint
getObservable()net.typedrest.PollingEndpoint< TEntity >
getPollingInterval()net.typedrest.PollingEndpoint< TEntity >
getSerializer()net.typedrest.Endpoint
getUri()net.typedrest.Endpoint
isDeleteAllowed()net.typedrest.ElementEndpoint< TEntity >
isMergeAllowed()net.typedrest.ElementEndpoint< TEntity >
isSetAllowed()net.typedrest.ElementEndpoint< TEntity >
link(String rel)net.typedrest.Endpoint
linkTemplate(String rel)net.typedrest.Endpoint
linkTemplate(String rel, String variableName, Object value)net.typedrest.Endpoint
merge(TEntity entity)net.typedrest.ElementEndpoint< TEntity >
read()net.typedrest.ElementEndpoint< TEntity >
set(TEntity entity)net.typedrest.ElementEndpoint< TEntity >
setPollingInterval(int interval)net.typedrest.PollingEndpoint< TEntity >
update(TEntity entity)net.typedrest.ElementEndpoint< TEntity >
update(Consumer< TEntity > updateAction)net.typedrest.ElementEndpoint< TEntity >
update(Consumer< TEntity > updateAction, int maxRetries)net.typedrest.ElementEndpoint< TEntity >