TypedRest for Java
|
This is the complete list of members for net.typedrest.BlobEndpoint, including all inherited members.
delete() | net.typedrest.BlobEndpoint | |
download() | net.typedrest.BlobEndpoint | |
getExecutor() | net.typedrest.Endpoint | |
getLinks(String rel) | net.typedrest.Endpoint | |
getLinksWithTitles(String rel) | net.typedrest.Endpoint | |
getSerializer() | net.typedrest.Endpoint | |
getUri() | net.typedrest.Endpoint | |
isDeleteAllowed() | net.typedrest.BlobEndpoint | |
isDownloadAllowed() | net.typedrest.BlobEndpoint | |
isUploadAllowed() | net.typedrest.BlobEndpoint | |
link(String rel) | net.typedrest.Endpoint | |
linkTemplate(String rel) | net.typedrest.Endpoint | |
linkTemplate(String rel, String variableName, Object value) | net.typedrest.Endpoint | |
probe() | net.typedrest.BlobEndpoint | |
upload(InputStream stream, ContentType contentType) | net.typedrest.BlobEndpoint | |
upload(byte[] data, ContentType contentType) | net.typedrest.BlobEndpoint | |
upload(File file, ContentType contentType) | net.typedrest.BlobEndpoint |