Interface RestResource
-
- All Known Implementing Classes:
TopLevelResource
public interface RestResource
Generic resource handle defining arguments to views.Resource handle returned by
RestCollection
and passed to aRestView
such asRestReadView
orRestModifyView
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RestResource.HasETag
A resource with an ETag.static interface
RestResource.HasLastModified
A resource with a last modification date.
-