Uses of Class
com.github.davidmoten.odata.client.ObjectOrDeltaLink
-
Packages that use ObjectOrDeltaLink Package Description com.github.davidmoten.odata.client -
-
Uses of ObjectOrDeltaLink in com.github.davidmoten.odata.client
Methods in com.github.davidmoten.odata.client that return types with arguments of type ObjectOrDeltaLink Modifier and Type Method Description Stream<ObjectOrDeltaLink<T>>CollectionEntityRequestOptionsBuilder. streamWithDeltaLink()Stream<ObjectOrDeltaLink<T>>CollectionNonEntityRequestOptionsBuilder. streamWithDeltaLink()Stream<ObjectOrDeltaLink<T>>CollectionPage. streamWithDeltaLink()Returns a stream of the paged objects (wrapped) followed by a deltaLink.Stream<ObjectOrDeltaLink<T>>CollectionPageEntityRequest. streamWithDeltaLink()Stream<ObjectOrDeltaLink<T>>CollectionPageNonEntityRequest. streamWithDeltaLink()
-