Interface RestView<R extends RestResource>

All Known Subinterfaces:
ChildCollection<P,C>, RestCollectionCreateView<P,C,I>, RestCollectionDeleteMissingView<P,C,I>, RestCollectionModifyView<P,C,I>, RestCollectionView<P,C,I>, RestModifyView<R,I>, RestReadView<R>, UiAction<R>

public interface RestView<R extends RestResource>
Any type of view, see RestReadView for reads, RestModifyView for updates, and RestCollection for nested collections.